diff lib/misc.c @ 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 2f15b3000dbc
children c505d9ba9d53
line wrap: on
line diff
--- 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);
 }