Skip to content
Snippets Groups Projects
Commit 9ec934a9 authored by Matt Johnston's avatar Matt Johnston
Browse files

Remove -o from scp help

parent 5e606a96
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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);
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment