]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: add -T to usage();
authorjmc@openbsd.org <jmc@openbsd.org>
Sun, 27 Jan 2019 07:14:11 +0000 (07:14 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 1 Feb 2019 07:55:11 +0000 (18:55 +1100)
OpenBSD-Commit-ID: a7ae14d9436c64e1bd05022329187ea3a0ce1899

scp.c

diff --git a/scp.c b/scp.c
index e669e815effaffbf49c0a872a724b898ce1657da..96fc246cd9ba84e36392977617f19ee47fd3f3bd 100644 (file)
--- 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).
@@ -1341,7 +1341,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"
            "            [-J destination] [-l limit] [-o ssh_option] [-P port]\n"
            "            [-S program] source ... target\n");
        exit(1);