[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.217 and 1.218

version 1.217, 2022/06/27 21:41:55 version 1.218, 2022/06/28 06:09:14
Line 2328 
Line 2328 
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-46AaCfNpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"              "usage: %s [-46AaCfNpqrv] [-B buffer_size] [-b batchfile] [-c cipher]\n"
             "          [-D sftp_server_path] [-F ssh_config] [-i identity_file]\n"              "          [-D sftp_server_command] [-F ssh_config] [-i identity_file]\n"
             "          [-J destination] [-l limit] [-o ssh_option] [-P port]\n"              "          [-J destination] [-l limit] [-o ssh_option] [-P port]\n"
             "          [-R num_requests] [-S program] [-s subsystem | sftp_server]\n"              "          [-R num_requests] [-S program] [-s subsystem | sftp_server]\n"
             "          destination\n",              "          destination\n",

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.218