=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.83 retrieving revision 1.84 diff -c -r1.83 -r1.84 *** src/usr.bin/ftp/main.c 2012/05/19 02:04:22 1.83 --- src/usr.bin/ftp/main.c 2012/08/14 20:47:08 1.84 *************** *** 1,4 **** ! /* $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 $ */ /* --- 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 $ */ /* *************** *** 775,786 **** #endif /* !SMALL */ "[-o output] " #ifndef SMALL ! "[-s srcaddr] " #endif /* !SMALL */ ! "http://host[:port]/file ...\n" #ifndef SMALL ! " %s [-C] [-c cookie] [-o output] [-s srcaddr] " ! "https://host[:port]/file\n" " ...\n" #endif /* !SMALL */ " %s " --- 775,788 ---- #endif /* !SMALL */ "[-o output] " #ifndef SMALL ! "[-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 "