[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.169 and 1.170

version 1.169, 2010/12/08 22:46:03 version 1.170, 2010/12/09 14:13:33
Line 1185 
Line 1185 
 usage(void)  usage(void)
 {  {
         (void) fprintf(stderr,          (void) fprintf(stderr,
             "usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n"              "usage: scp [-12346BCpqrv] [-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.169  
changed lines
  Added in v.1.170