Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ftp Improve description of help text for "passive".
details: https://anonhg.NetBSD.org/src/rev/94ea264dadd6
branches: trunk
changeset: 534542:94ea264dadd6
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Jul 29 04:24:47 2002 +0000
description:
Improve description of help text for "passive".
Noted by Yar Tikhiy <yar at FreeBSD.org> in private email.
diffstat:
usr.bin/ftp/cmdtab.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 977bdf40cc94 -r 94ea264dadd6 usr.bin/ftp/cmdtab.c
--- a/usr.bin/ftp/cmdtab.c Mon Jul 29 03:30:46 2002 +0000
+++ b/usr.bin/ftp/cmdtab.c Mon Jul 29 04:24:47 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cmdtab.c,v 1.39 2000/11/15 00:10:59 lukem Exp $ */
+/* $NetBSD: cmdtab.c,v 1.40 2002/07/29 04:24:47 lukem Exp $ */
/*-
* Copyright (c) 1996-2000 The NetBSD Foundation, Inc.
@@ -74,7 +74,7 @@
#if 0
static char sccsid[] = "@(#)cmdtab.c 8.4 (Berkeley) 10/9/94";
#else
-__RCSID("$NetBSD: cmdtab.c,v 1.39 2000/11/15 00:10:59 lukem Exp $");
+__RCSID("$NetBSD: cmdtab.c,v 1.40 2002/07/29 04:24:47 lukem Exp $");
#endif
#endif /* not lint */
@@ -131,7 +131,7 @@
char ntranshelp[] = "set translation table for default file name mapping";
char optshelp[] = "show or set options for remote commands";
char pagehelp[] = "view a remote file through your pager";
-char passivehelp[] = "enter passive transfer mode";
+char passivehelp[] = "toggle use of passive transfer mode";
char plshelp[] = "list contents of remote path through your pager";
char pmlsdhelp[] = "list contents of remote directory in a machine "
"parsable form through your pager";
Home |
Main Index |
Thread Index |
Old Index