diff src/util.c @ 3474:cfbdfe334975

[gaim-migrate @ 3525] Rob McQueen removed aol_icon() and made Gaim use the pretty png as our default icon. Thanks. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 30 Aug 2002 03:14:05 +0000
parents 7a3f16a375a5
children 3da42b64304e
line wrap: on
line diff
--- a/src/util.c	Fri Aug 30 03:04:12 2002 +0000
+++ b/src/util.c	Fri Aug 30 03:14:05 2002 +0000
@@ -770,7 +770,8 @@
 {
 	switch (mode) {
 	case 0:		/* full help text */
-		printf("Usage: %s [OPTION]...\n\n"
+		printf("Gaim %s\n"
+		       "Usage: %s [OPTION]...\n\n"
 		       "  -a, --acct          display account editor window\n"
 		       "  -w, --away[=MESG]   make away on signon (optional argument MESG specifies\n"
 		       "                      name of away message to use)\n"
@@ -779,11 +780,11 @@
 		       "  -u, --user=NAME     use account NAME\n"
 		       "  -f, --file=FILE     use FILE as config\n"
 		       "  -d, --debug         print debugging messages to stdout\n"
-		       "  -v, --version       display version information window\n"
-		       "  -h, --help          display this help and exit\n", name);
+		       "  -v, --version       display the current version and exit\n"
+		       "  -h, --help          display this help and exit\n", VERSION, name);
 		break;
 	case 1:		/* short message */
-		printf("Try `%s -h' for more information.\n", name);
+		printf("Gaim %s. Try `%s -h' for more information.\n", VERSION, name);
 		break;
 	}
 }