diff options
author | Matt Johnston <matt@ucc.asn.au> | 2014-10-23 20:52:10 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2014-10-23 20:52:10 +0800 |
commit | 9ec934a94abd9c5b6301e836a4a358098d2fa031 (patch) | |
tree | 40ecad2e82edc3b871668a49ec8583f435471c6f /scp.c | |
parent | 5e606a964b1a15b679deca1511821969cbc750d6 (diff) |
Remove -o from scp help
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1146,7 +1146,7 @@ usage(void) { (void) fprintf(stderr, "usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n" - " [-l limit] [-o ssh_option] [-P port] [-S program]\n" + " [-l limit] [-P port] [-S program]\n" " [[user@]host1:]file1 [...] [[user@]host2:]file2\n"); exit(1); } |