summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/main.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-06-13 18:43:17 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-06-13 18:43:17 +0000
commit1fd8fe5e3ea48d288976fef1d6455a9cbf693b65 (patch)
tree7af339325e7049381feddaa1b90d5e63d13002ec /usr.bin/ftp/main.c
parent040a32fc98c8770282155cfca4eec63013d09816 (diff)
- shorten -c's argument name to avoid ugly line split
- tidy up the description of -c and http_cookies - add -c to usage()
Diffstat (limited to 'usr.bin/ftp/main.c')
-rw-r--r--usr.bin/ftp/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c
index 958b71a3de2..43ce223e1a9 100644
--- a/usr.bin/ftp/main.c
+++ b/usr.bin/ftp/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.63 2007/06/13 13:52:26 pyr Exp $ */
+/* $OpenBSD: main.c,v 1.64 2007/06/13 18:43:16 jmc 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.63 2007/06/13 13:52:26 pyr Exp $";
+static const char rcsid[] = "$OpenBSD: main.c,v 1.64 2007/06/13 18:43:16 jmc Exp $";
#endif /* not lint and not SMALL */
/*
@@ -746,7 +746,8 @@ void
usage(void)
{
(void)fprintf(stderr,
- "usage: %s [-46AadEegimnptVv] [-P port] [-r seconds] [host [port]]\n"
+ "usage: %s [-46AadEegimnptVv] [-c cookie] [-P port] "
+ "[-r seconds] [host [port]]\n"
" %s [-o output] ftp://[user:password@]host[:port]/file[/]\n"
" %s [-o output] http://host[:port]/file\n"
#ifndef SMALL