From 4f1ca823bad12e4f9614895eefe0d0073b84a28f Mon Sep 17 00:00:00 2001 From: "jmc@openbsd.org" Date: Tue, 2 May 2017 08:06:33 +0000 Subject: upstream commit remove options -12 from usage(); Upstream-ID: db7ceef25132e63b50ed05289bf447fece1d1270 --- scp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scp.c') diff --git a/scp.c b/scp.c index b8895a65d..f9f48e075 100644 --- a/scp.c +++ b/scp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scp.c,v 1.190 2017/04/30 23:28:12 djm Exp $ */ +/* $OpenBSD: scp.c,v 1.191 2017/05/02 08:06:33 jmc Exp $ */ /* * scp - secure remote copy. This is basically patched BSD rcp which * uses ssh to do the data transfer (instead of using rcmd). @@ -1274,7 +1274,7 @@ void usage(void) { (void) fprintf(stderr, - "usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n" + "usage: scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n" " [-l limit] [-o ssh_option] [-P port] [-S program]\n" " [[user@]host1:]file1 ... [[user@]host2:]file2\n"); exit(1); -- cgit v1.2.3