summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scp.c4
-rw-r--r--ssh.c4
2 files changed, 4 insertions, 4 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);
diff --git a/ssh.c b/ssh.c
index 619c2c2a0..70631c24d 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.458 2017/04/30 23:28:42 djm Exp $ */ 1/* $OpenBSD: ssh.c,v 1.459 2017/05/02 08:06:33 jmc Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -197,7 +197,7 @@ static void
197usage(void) 197usage(void)
198{ 198{
199 fprintf(stderr, 199 fprintf(stderr,
200"usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" 200"usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
201" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n" 201" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
202" [-F configfile] [-I pkcs11] [-i identity_file]\n" 202" [-F configfile] [-I pkcs11] [-i identity_file]\n"
203" [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]\n" 203" [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]\n"