summaryrefslogtreecommitdiff
path: root/usr.bin/ftp
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1996-11-09 19:55:12 +0000
committerkstailey <kstailey@cvs.openbsd.org>1996-11-09 19:55:12 +0000
commit9a392691205db6bb05c699cd84bd21015378adc7 (patch)
treefa9e9a5ddafac5237de2301e4b4a673b08ba3d05 /usr.bin/ftp
parent406c5b1c2ad3b31e3a64fef84bd217e10a3772df (diff)
optional size argument to hash command
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r--usr.bin/ftp/cmdtab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ftp/cmdtab.c b/usr.bin/ftp/cmdtab.c
index 902983f3a4e..54e5dc273b7 100644
--- a/usr.bin/ftp/cmdtab.c
+++ b/usr.bin/ftp/cmdtab.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmdtab.c,v 1.2 1996/06/26 05:33:34 deraadt Exp $ */
+/* $OpenBSD: cmdtab.c,v 1.3 1996/11/09 19:55:11 kstailey Exp $ */
/* $NetBSD: cmdtab.c,v 1.6 1995/09/08 01:06:10 tls 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.2 1996/06/26 05:33:34 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: cmdtab.c,v 1.3 1996/11/09 19:55:11 kstailey Exp $";
#endif
#endif /* not lint */
@@ -67,7 +67,7 @@ char disconhelp[] = "terminate ftp session";
char domachelp[] = "execute macro";
char formhelp[] = "set file transfer format";
char globhelp[] = "toggle metacharacter expansion of local file names";
-char hashhelp[] = "toggle printing `#' for each buffer transferred";
+char hashhelp[] = "toggle printing `#' marks; specify number to set size";
char helphelp[] = "print local help information";
char idlehelp[] = "get (set) idle timer on remote side";
char lcdhelp[] = "change local working directory";