[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.149 and 1.150

version 1.149, 2013/08/06 23:03:49 version 1.150, 2013/08/07 06:24:51
Line 2077 
Line 2077 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-1246Capqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"              "usage: %s [-1246aCpqrv] [-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.149  
changed lines
  Added in v.1.150