[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.178 and 1.179

version 1.178, 2017/02/15 01:46:47 version 1.179, 2017/05/02 08:54:19
Line 2204 
Line 2204 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-1246aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"              "usage: %s [-46aCfpqrv] [-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.178  
changed lines
  Added in v.1.179