Mercurial > gftp.yaz
changeset 162:12a043d992a1
2003-5-22 Brian Masney <masneyb@gftp.org>
* lib/misc.c (gftp_usage) - updated usage statement
* lib/options.h - put terminate options properly
author | masneyb |
---|---|
date | Fri, 23 May 2003 01:01:01 +0000 |
parents | 48e8534d2c51 |
children | 0252a26b08a8 |
files | ChangeLog lib/misc.c lib/options.h |
diffstat | 3 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon May 19 09:27:57 2003 +0000 +++ b/ChangeLog Fri May 23 01:01:01 2003 +0000 @@ -1,3 +1,8 @@ +2003-5-22 Brian Masney <masneyb@gftp.org> + * lib/misc.c (gftp_usage) - updated usage statement + + * lib/options.h - put terminate options properly + 2003-05-06 Christian Rose <menthos@menthos.com> * configure.in: Added sr and sr@Latn to ALL_LINGUAS. @@ -826,7 +831,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.78 2003/05/05 22:36:53 menthos Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.79 2003/05/23 01:01:00 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
--- a/lib/misc.c Mon May 19 09:27:57 2003 +0000 +++ b/lib/misc.c Fri May 23 01:01:01 2003 +0000 @@ -354,7 +354,7 @@ void gftp_usage (void) { - printf (_("usage: gftp [[protocol://][user:[pass]@]site[:port][/directory]]\n")); + printf (_("usage: gftp [[protocol://][user[:pass]@]site[:port][/directory]]\n")); exit (0); }
--- a/lib/options.h Mon May 19 09:27:57 2003 +0000 +++ b/lib/options.h Fri May 23 01:01:01 2003 +0000 @@ -171,7 +171,8 @@ N_("The color of the error messages"), 0, NULL}, {"misc_color", "", gftp_option_type_color, "a000:8d00:4600", NULL, 0, - N_("The color of the rest of the log messages"), 0, NULL} + N_("The color of the rest of the log messages"), 0, NULL}, + {NULL, NULL, 0, NULL, NULL, 0, NULL, 0, NULL} }; supported_gftp_protocols gftp_protocols[] =