[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.250 and 1.251

version 1.250, 2022/12/16 03:40:03 version 1.251, 2022/12/16 06:52:48
Line 2037 
Line 2037 
 {  {
         (void) fprintf(stderr,          (void) fprintf(stderr,
             "usage: scp [-346ABCOpqRrsTv] [-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] [-o ssh_option]\n"
             "           [-o ssh_option] [-P port] [-S program] source ... target\n");              "           [-P port] [-S program] [-X sftp_option] source ... target\n");
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.250  
changed lines
  Added in v.1.251