diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-10-04 22:49:56 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-10-04 22:49:56 +0000 |
commit | de966b36a6fa6a4f5d790b9334f559a8929e336f (patch) | |
tree | f7dba3f10a1b24d18e59c5100aae2b426917ef0f /usr.bin/ftp | |
parent | a8e7dc6da2cf0a9e8dddc0db66f8b7c932898f3d (diff) |
More accurate help.
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/cmdtab.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ftp/cmdtab.c b/usr.bin/ftp/cmdtab.c index 2d0d7a0cca8..27aca02a683 100644 --- a/usr.bin/ftp/cmdtab.c +++ b/usr.bin/ftp/cmdtab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmdtab.c,v 1.14 2000/06/21 19:22:54 itojun Exp $ */ +/* $OpenBSD: cmdtab.c,v 1.15 2001/10/04 22:49:55 pjanzen Exp $ */ /* $NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)cmdtab.c 8.4 (Berkeley) 10/9/94"; #else -static char rcsid[] = "$OpenBSD: cmdtab.c,v 1.14 2000/06/21 19:22:54 itojun Exp $"; +static char rcsid[] = "$OpenBSD: cmdtab.c,v 1.15 2001/10/04 22:49:55 pjanzen Exp $"; #endif #endif /* not lint */ @@ -92,12 +92,12 @@ char nlisthelp[] = "nlist contents of remote directory"; char nmaphelp[] = "set templates for default file name mapping"; char ntranshelp[] = "set translation table for default file name mapping"; char pagehelp[] = "view a remote file through your pager"; -char passivehelp[] = "enter passive transfer mode"; +char passivehelp[] = "toggle passive transfer mode"; char porthelp[] = "toggle use of PORT/LPRT cmd for each data connection"; char preservehelp[] ="toggle preservation of modification time of " "retrieved files"; char progresshelp[] ="toggle transfer progress meter"; -char prompthelp[] = "force interactive prompting on multiple commands"; +char prompthelp[] = "toggle interactive prompting on multiple commands"; char proxyhelp[] = "issue command on alternate connection"; char pwdhelp[] = "print working directory on remote machine"; char quithelp[] = "terminate ftp session and exit"; |