diff options
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: scp.c,v 1.169 2010/12/08 22:46:03 markus Exp $ */ | 1 | /* $OpenBSD: scp.c,v 1.170 2010/12/09 14:13:33 jmc Exp $ */ |
2 | /* | 2 | /* |
3 | * scp - secure remote copy. This is basically patched BSD rcp which | 3 | * scp - secure remote copy. This is basically patched BSD rcp which |
4 | * uses ssh to do the data transfer (instead of using rcmd). | 4 | * uses ssh to do the data transfer (instead of using rcmd). |
@@ -1214,7 +1214,7 @@ void | |||
1214 | usage(void) | 1214 | usage(void) |
1215 | { | 1215 | { |
1216 | (void) fprintf(stderr, | 1216 | (void) fprintf(stderr, |
1217 | "usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n" | 1217 | "usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n" |
1218 | " [-l limit] [-o ssh_option] [-P port] [-S program]\n" | 1218 | " [-l limit] [-o ssh_option] [-P port] [-S program]\n" |
1219 | " [[user@]host1:]file1 ... [[user@]host2:]file2\n"); | 1219 | " [[user@]host1:]file1 ... [[user@]host2:]file2\n"); |
1220 | exit(1); | 1220 | exit(1); |