[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.223 and 1.224

version 1.223, 2022/12/16 03:40:03 version 1.224, 2022/12/16 06:52:48
Line 2362 
Line 2362 
             "          [-D sftp_server_command] [-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",              "          [-X sftp_option] destination\n",
             __progname);              __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.223  
changed lines
  Added in v.1.224