summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/main.c
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-04-27 08:32:16 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-04-27 08:32:16 +0000
commitc90de02ce30f147867af29a795b787496fad2854 (patch)
tree007d8ca576a7d3d3e63eeeac35a0156573efcc3a /usr.bin/ftp/main.c
parente23e7509bc15e65c295fb20618cf265368a1cfc8 (diff)
embellish usage now that -T has been removed.
Diffstat (limited to 'usr.bin/ftp/main.c')
-rw-r--r--usr.bin/ftp/main.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c
index a5f62c29362..74e7b382ea7 100644
--- a/usr.bin/ftp/main.c
+++ b/usr.bin/ftp/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.73 2009/04/26 21:26:03 martynas Exp $ */
+/* $OpenBSD: main.c,v 1.74 2009/04/27 08:32:15 sobrado Exp $ */
/* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */
/*
@@ -66,7 +66,7 @@ static const char copyright[] =
#endif /* not lint */
#if !defined(lint) && !defined(SMALL)
-static const char rcsid[] = "$OpenBSD: main.c,v 1.73 2009/04/26 21:26:03 martynas Exp $";
+static const char rcsid[] = "$OpenBSD: main.c,v 1.74 2009/04/27 08:32:15 sobrado Exp $";
#endif /* not lint and not SMALL */
/*
@@ -770,8 +770,7 @@ usage(void)
#ifndef SMALL
"d"
#endif /* !SMALL */
- "EegimnptVv] [-k seconds] [-P port] [-r seconds]\n"
- " [host [port]]\n"
+ "EegimnptVv] [-k seconds] [-P port] [-r seconds] [host [port]]\n"
" %s "
#ifndef SMALL
"[-C] "