summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2017-05-02 08:06:33 +0000
committerDamien Miller <djm@mindrot.org>2017-05-08 09:18:04 +1000
commit4f1ca823bad12e4f9614895eefe0d0073b84a28f (patch)
treeb4ece75a8bf2f2ae3e84d5f7952cf098d8640f58 /scp.c
parent6b84897f7fd39956b849eac7810319d8a9958568 (diff)
upstream commit
remove options -12 from usage(); Upstream-ID: db7ceef25132e63b50ed05289bf447fece1d1270
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index b8895a65d..f9f48e075 100644
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: scp.c,v 1.190 2017/04/30 23:28:12 djm Exp $ */ 1/* $OpenBSD: scp.c,v 1.191 2017/05/02 08:06:33 jmc Exp $ */
2/* 2/*
3 * scp - secure remote copy. This is basically patched BSD rcp which 3 * scp - secure remote copy. This is basically patched BSD rcp which
4 * uses ssh to do the data transfer (instead of using rcmd). 4 * uses ssh to do the data transfer (instead of using rcmd).
@@ -1274,7 +1274,7 @@ void
1274usage(void) 1274usage(void)
1275{ 1275{
1276 (void) fprintf(stderr, 1276 (void) fprintf(stderr,
1277 "usage: scp [-12346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n" 1277 "usage: scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n"
1278 " [-l limit] [-o ssh_option] [-P port] [-S program]\n" 1278 " [-l limit] [-o ssh_option] [-P port] [-S program]\n"
1279 " [[user@]host1:]file1 ... [[user@]host2:]file2\n"); 1279 " [[user@]host1:]file1 ... [[user@]host2:]file2\n");
1280 exit(1); 1280 exit(1);