summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scp.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2019-01-27 07:14:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2019-01-27 07:14:12 +0000
commit832d0aa3b9cfdce0ebd8a90029a1268f11cd16b6 (patch)
treee0a071077fc214b498ad58432169000760409ae3 /usr.bin/ssh/scp.c
parent7969ff061148f87be48087c95120f9231b55256c (diff)
add -T to usage();
Diffstat (limited to 'usr.bin/ssh/scp.c')
-rw-r--r--usr.bin/ssh/scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.c b/usr.bin/ssh/scp.c
index c57e51fa9e9..91c417eb5e4 100644
--- a/usr.bin/ssh/scp.c
+++ b/usr.bin/ssh/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).
@@ -1308,7 +1308,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);