summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1998-11-21 02:58:38 +0000
committerDavid Leonard <d@cvs.openbsd.org>1998-11-21 02:58:38 +0000
commit72cbb028e5b67b947893b445ff4c184fb88f0313 (patch)
tree178bddbc6f0abd6298e1fc2e024ef6ba8abc2137
parent6d6ce9efe4cb08ac555a1da28b5a61a161968aa2 (diff)
add -m to usage()
-rw-r--r--usr.bin/ftp/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c
index 02155dac22e..6c7b3befdeb 100644
--- a/usr.bin/ftp/main.c
+++ b/usr.bin/ftp/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.42 1998/09/19 20:47:17 millert Exp $ */
+/* $OpenBSD: main.c,v 1.43 1998/11/21 02:58:37 d Exp $ */
/* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94";
#else
-static char rcsid[] = "$OpenBSD: main.c,v 1.42 1998/09/19 20:47:17 millert Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.43 1998/11/21 02:58:37 d Exp $";
#endif
#endif /* not lint */
@@ -724,7 +724,7 @@ void
usage()
{
(void)fprintf(stderr,
- "usage: %s [-adeginptvV] [-r <seconds>] [host [port]]\n"
+ "usage: %s [-adegimnptvV] [-r <seconds>] [host [port]]\n"
" %s host:path[/]\n"
" %s ftp://host[:port]/path[/]\n"
" %s http://host[:port]/file\n",