[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/main.c between version 1.78 and 1.79

version 1.78, 2009/06/04 20:58:34 version 1.79, 2009/06/06 12:07:33
Line 749 
Line 749 
             "       %s [-C] "              "       %s [-C] "
 #endif /* !SMALL */  #endif /* !SMALL */
             "[-o output] "              "[-o output] "
             "ftp://[user:password@]host[:port]/file[/]\n"              "ftp://[user:password@]host[:port]/file[/] ...\n"
             "       %s "              "       %s "
 #ifndef SMALL  #ifndef SMALL
             "[-C] [-c cookie] "              "[-C] [-c cookie] "
 #endif /* !SMALL */  #endif /* !SMALL */
             "[-o output] "              "[-o output] "
             "http://host[:port]/file\n"              "http://host[:port]/file ...\n"
 #ifndef SMALL  #ifndef SMALL
             "       %s [-C] [-c cookie] [-o output] "              "       %s [-C] [-c cookie] [-o output] "
             "https://host[:port]/file\n"              "https://host[:port]/file ...\n"
 #endif /* !SMALL */  #endif /* !SMALL */
             "       %s "              "       %s "
 #ifndef SMALL  #ifndef SMALL
             "[-C] "              "[-C] "
 #endif /* !SMALL */  #endif /* !SMALL */
             "[-o output] host:/file[/]\n",              "[-o output] host:/file[/] ...\n",
 #ifndef SMALL  #ifndef SMALL
             __progname, __progname, __progname, __progname, __progname);              __progname, __progname, __progname, __progname, __progname);
 #else /* !SMALL */  #else /* !SMALL */

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79