changeset 978:d9b5c33329fa

Remove -o from scp help
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 Oct 2014 20:52:10 +0800
parents cfac45421ba0
children 735511a4c761
files scp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }