[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.159 and 1.160

version 1.159, 2007/06/13 00:21:27 version 1.160, 2007/08/06 19:16:06
Line 1097 
Line 1097 
         (void) fprintf(stderr,          (void) fprintf(stderr,
             "usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n"              "usage: scp [-1246BCpqrv] [-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.159  
changed lines
  Added in v.1.160