# HG changeset patch # User Matt Johnston # Date 1414068730 -28800 # Node ID d9b5c33329fa70d75ebfd9646cb7faaae936fe68 # Parent cfac45421ba02cad4528563a3aef976d414df916 Remove -o from scp help diff -r cfac45421ba0 -r d9b5c33329fa scp.c --- a/scp.c Thu Oct 23 20:50:06 2014 +0800 +++ b/scp.c Thu Oct 23 20:52:10 2014 +0800 @@ -1146,7 +1146,7 @@ { (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); }