=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.84 retrieving revision 1.85 diff -c -r1.84 -r1.85 *** src/usr.bin/ftp/main.c 2012/08/14 20:47:08 1.84 --- src/usr.bin/ftp/main.c 2012/08/26 02:16:02 1.85 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.84 2012/08/14 20:47:08 haesbaert Exp $ */ /* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.85 2012/08/26 02:16:02 lteo Exp $ */ /* $NetBSD: main.c,v 1.24 1997/08/18 10:20:26 lukem Exp $ */ /* *************** *** 778,790 **** "[-s srcaddr]\n" " " #endif /* !SMALL */ ! "http://[user:password@]host[:port]/file ...\n" #ifndef SMALL ! " %s [-C] [-c cookie] [-o output] [-s srcaddr]\n" ! " " ! "https://[user:password@]host[:port]/file\n" ! " ...\n" ! #endif /* !SMALL */ " %s " #ifndef SMALL "[-C] " --- 778,792 ---- "[-s srcaddr]\n" " " #endif /* !SMALL */ ! "http" #ifndef SMALL ! "[s]" ! #endif ! "://" ! #ifndef SMALL ! "[user:password@]" ! #endif ! "host[:port]/file ...\n" " %s " #ifndef SMALL "[-C] " *************** *** 804,811 **** #endif /* !SMALL */ "host:/file[/] ...\n", #ifndef SMALL ! __progname, __progname, __progname, __progname, __progname, ! __progname); #else /* !SMALL */ __progname, __progname, __progname, __progname); #endif /* !SMALL */ --- 806,812 ---- #endif /* !SMALL */ "host:/file[/] ...\n", #ifndef SMALL ! __progname, __progname, __progname, __progname, __progname); #else /* !SMALL */ __progname, __progname, __progname, __progname); #endif /* !SMALL */