[Pkg-wmaker-commits] [wmforecast] 08/10: wmforecast.c: Simplify --help output, add homepage.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 17 11:20:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository wmforecast.

commit 5fe80c4626093f870c101fe040b387fbadf2d679
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Wed Oct 29 12:58:54 2014 -0500

    wmforecast.c: Simplify --help output, add homepage.
---
 wmforecast.c | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/wmforecast.c b/wmforecast.c
index c43caf0..cfaa55e 100755
--- a/wmforecast.c
+++ b/wmforecast.c
@@ -641,8 +641,8 @@ Preferences *setPreferences(int argc, char **argv)
 
 		case '?':
 		case 'h':
-			printf("a weather dockapp for Window Maker using the Yahoo Weather API\n\n"
-			       "Usage: wmforecast [OPTIONS]\n\n"
+			printf("A weather dockapp for Window Maker using the Yahoo Weather API\n"
+			       "Usage: wmforecast [OPTIONS]\n"
 			       "Options:\n"
 			       "    -v, --version        print the version number\n"
 			       "    -h, --help           print this help screen\n"
@@ -654,12 +654,8 @@ Preferences *setPreferences(int argc, char **argv)
 			       "                         look in the URL.)\n"
 			       "    -z, --zip <zip>      ZIP code or Location ID (Yahoo has deprecated this\n"
 			       "                         option and it is not guaranteed to work)\n"
-			       "Notes:\n"
-			       "* double click the icon at any time to refresh data\n\n"
-			       "* right click the icon to edit your preferences in a GUI\n\n"
-			       "* preferences may be manually configured in\n"
-			       "  XDG_CONFIG_DIR/wmforecast/wmforecastrc\n\n"
-			       "Report bugs to %s\n",
+			       "Report bugs to: %s\n"
+			       "wmforecast home page: https://github.com/d-torrance/wmforecast\n",
 			       PACKAGE_BUGREPORT
 				);
 			exit(0);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmforecast.git



More information about the Pkg-wmaker-commits mailing list