[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.190 and 1.191

version 1.190, 2017/04/30 23:28:12 version 1.191, 2017/05/02 08:06:33
Line 1243 
Line 1243 
 usage(void)  usage(void)
 {  {
         (void) fprintf(stderr,          (void) fprintf(stderr,
             "usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n"              "usage: scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n"
             "           [-l limit] [-o ssh_option] [-P port] [-S program]\n"              "           [-l limit] [-o ssh_option] [-P port] [-S program]\n"
             "           [[user@]host1:]file1 ... [[user@]host2:]file2\n");              "           [[user@]host1:]file1 ... [[user@]host2:]file2\n");
         exit(1);          exit(1);

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191