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

Diff for /src/usr.bin/ssh/sftp.c between version 1.156 and 1.157

version 1.156, 2013/10/17 00:30:13 version 1.157, 2013/10/17 07:35:48
Line 2154 
Line 2154 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-1246aCpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"              "usage: %s [-1246aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"
             "          [-D sftp_server_path] [-F ssh_config] "              "          [-D sftp_server_path] [-F ssh_config] "
             "[-i identity_file] [-l limit]\n"              "[-i identity_file] [-l limit]\n"
             "          [-o ssh_option] [-P port] [-R num_requests] "              "          [-o ssh_option] [-P port] [-R num_requests] "

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157