summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ftp/main.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/ftp/main.c b/usr.bin/ftp/main.c
index 40eb7bd3352..4674fa55e95 100644
--- a/usr.bin/ftp/main.c
+++ b/usr.bin/ftp/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.82 2012/04/30 13:41:26 haesbaert Exp $ */
+/* $OpenBSD: main.c,v 1.83 2012/05/19 02:04:22 lteo Exp $ */
/* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */
/*
@@ -759,12 +759,14 @@ usage(void)
(void)fprintf(stderr, "usage: %s "
#ifndef SMALL
"[-46AadEegimnptVv] [-k seconds] [-P port] "
- "[-r seconds] [host [port]]\n"
+ "[-r seconds] [-s srcaddr]\n"
+ " [host [port]]\n"
" %s [-C] "
#endif /* !SMALL */
"[-o output] "
#ifndef SMALL
- "[-s srcaddr] "
+ "[-s srcaddr]\n"
+ " "
#endif /* !SMALL */
"ftp://[user:password@]host[:port]/file[/] ...\n"
" %s "
@@ -778,7 +780,8 @@ usage(void)
"http://host[:port]/file ...\n"
#ifndef SMALL
" %s [-C] [-c cookie] [-o output] [-s srcaddr] "
- "https://host[:port]/file ...\n"
+ "https://host[:port]/file\n"
+ " ...\n"
#endif /* !SMALL */
" %s "
#ifndef SMALL