=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- src/usr.bin/ftp/main.c 2012/04/30 13:41:26 1.82 +++ src/usr.bin/ftp/main.c 2012/05/19 02:04:22 1.83 @@ -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 @@ (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 @@ "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