From 1fd8fe5e3ea48d288976fef1d6455a9cbf693b65 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 13 Jun 2007 18:43:17 +0000 Subject: - shorten -c's argument name to avoid ugly line split - tidy up the description of -c and http_cookies - add -c to usage() --- usr.bin/ftp/main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'usr.bin/ftp/main.c') 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 -- cgit v1.2.3