aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2019-02-05 08:10:36 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2019-02-05 08:10:36 +0000
commit85f19ec0ec269b902d29184ff0b8aeb93d9ecb75 (patch)
treea3dc5438c713f5e983726e2292883907938918e3
parente329cc28ba567800c3f375ebc3bf77295c1a3112 (diff)
downloadsrc-85f19ec0ec269b902d29184ff0b8aeb93d9ecb75.tar.gz
src-85f19ec0ec269b902d29184ff0b8aeb93d9ecb75.zip
Merge upstream 2c21b75a7be6ebdcbceaebb43157c48dbb36f3d8:
| scp: add -T to usage(); | | OpenBSD-Commit-ID: a7ae14d9436c64e1bd05022329187ea3a0ce1899
Notes
Notes: svn path=/vendor-crypto/openssh/dist/; revision=343767
-rw-r--r--scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index 98cc516f94c7..07ae503f0884 100644
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scp.c,v 1.202 2019/01/26 22:41:28 djm Exp $ */
+/* $OpenBSD: scp.c,v 1.203 2019/01/27 07:14:11 jmc Exp $ */
/*
* scp - secure remote copy. This is basically patched BSD rcp which
* uses ssh to do the data transfer (instead of using rcmd).
@@ -1336,7 +1336,7 @@ void
usage(void)
{
(void) fprintf(stderr,
- "usage: scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n"
+ "usage: scp [-346BCpqrTv] [-c cipher] [-F ssh_config] [-i identity_file]\n"
" [-l limit] [-o ssh_option] [-P port] [-S program] source ... target\n");
exit(1);
}