diff options
-rw-r--r-- | scp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: scp.c,v 1.202 2019/01/26 22:41:28 djm Exp $ */ | 1 | /* $OpenBSD: scp.c,v 1.203 2019/01/27 07:14:11 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). |
@@ -1341,7 +1341,7 @@ void | |||
1341 | usage(void) | 1341 | usage(void) |
1342 | { | 1342 | { |
1343 | (void) fprintf(stderr, | 1343 | (void) fprintf(stderr, |
1344 | "usage: scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n" | 1344 | "usage: scp [-346BCpqrTv] [-c cipher] [-F ssh_config] [-i identity_file]\n" |
1345 | " [-J destination] [-l limit] [-o ssh_option] [-P port]\n" | 1345 | " [-J destination] [-l limit] [-o ssh_option] [-P port]\n" |
1346 | " [-S program] source ... target\n"); | 1346 | " [-S program] source ... target\n"); |
1347 | exit(1); | 1347 | exit(1); |