From 9ec934a94abd9c5b6301e836a4a358098d2fa031 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 23 Oct 2014 20:52:10 +0800 Subject: [PATCH] Remove -o from scp help --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index 65cbb77..11c9665 100644 --- a/scp.c +++ b/scp.c @@ -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); }