Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3473:0073a014e55b | 3474:cfbdfe334975 |
|---|---|
| 768 | 768 |
| 769 void show_usage(int mode, char *name) | 769 void show_usage(int mode, char *name) |
| 770 { | 770 { |
| 771 switch (mode) { | 771 switch (mode) { |
| 772 case 0: /* full help text */ | 772 case 0: /* full help text */ |
| 773 printf("Usage: %s [OPTION]...\n\n" | 773 printf("Gaim %s\n" |
| 774 "Usage: %s [OPTION]...\n\n" | |
| 774 " -a, --acct display account editor window\n" | 775 " -a, --acct display account editor window\n" |
| 775 " -w, --away[=MESG] make away on signon (optional argument MESG specifies\n" | 776 " -w, --away[=MESG] make away on signon (optional argument MESG specifies\n" |
| 776 " name of away message to use)\n" | 777 " name of away message to use)\n" |
| 777 " -l, --login[=NAME] automatically login (optional argument NAME specifies\n" | 778 " -l, --login[=NAME] automatically login (optional argument NAME specifies\n" |
| 778 " account(s) to use)\n" | 779 " account(s) to use)\n" |
| 779 " -u, --user=NAME use account NAME\n" | 780 " -u, --user=NAME use account NAME\n" |
| 780 " -f, --file=FILE use FILE as config\n" | 781 " -f, --file=FILE use FILE as config\n" |
| 781 " -d, --debug print debugging messages to stdout\n" | 782 " -d, --debug print debugging messages to stdout\n" |
| 782 " -v, --version display version information window\n" | 783 " -v, --version display the current version and exit\n" |
| 783 " -h, --help display this help and exit\n", name); | 784 " -h, --help display this help and exit\n", VERSION, name); |
| 784 break; | 785 break; |
| 785 case 1: /* short message */ | 786 case 1: /* short message */ |
| 786 printf("Try `%s -h' for more information.\n", name); | 787 printf("Gaim %s. Try `%s -h' for more information.\n", VERSION, name); |
| 787 break; | 788 break; |
| 788 } | 789 } |
| 789 } | 790 } |
| 790 | 791 |
| 791 | 792 |
