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

Diff for /src/usr.bin/ssh/scp.c between version 1.238 and 1.239

version 1.238, 2021/09/20 01:55:42 version 1.239, 2021/09/20 06:53:56
Line 1944 
Line 1944 
 usage(void)  usage(void)
 {  {
         (void) fprintf(stderr,          (void) fprintf(stderr,
             "usage: scp [-346ABCOpqRrTv] [-c cipher] [-D sftp_server_path] [-F ssh_config]\n"              "usage: scp [-346ABCOpqRrsTv] [-c cipher] [-D sftp_server_path] [-F ssh_config]\n"
             "           [-i identity_file] [-J destination] [-l limit]\n"              "           [-i identity_file] [-J destination] [-l limit]\n"
             "           [-o ssh_option] [-P port] [-S program] source ... target\n");              "           [-o ssh_option] [-P port] [-S program] source ... target\n");
         exit(1);          exit(1);

Legend:
Removed from v.1.238  
changed lines
  Added in v.1.239