diff options
author | djm@openbsd.org <djm@openbsd.org> | 2021-09-20 08:53:56 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-09-21 00:06:09 +0200 |
commit | 7ed1a3117c09f8c3f1add35aad77d3ebe1b85b4d (patch) | |
tree | 8c05f114d41ac2645ec544f09f2977d8a7d464ae /scp.c | |
parent | upstream: Fix "Allocated port" debug message (diff) | |
download | openssh-7ed1a3117c09f8c3f1add35aad77d3ebe1b85b4d.tar.xz openssh-7ed1a3117c09f8c3f1add35aad77d3ebe1b85b4d.zip |
upstream: fix missing -s in SYNOPSYS and usage() as well as a
capitalisation mistake; spotted by jmc@
OpenBSD-Commit-ID: 0ed8ee085c7503c60578941d8b45f3a61d4c9710
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: scp.c,v 1.238 2021/09/20 01:55:42 djm Exp $ */ +/* $OpenBSD: scp.c,v 1.239 2021/09/20 06:53:56 djm Exp $ */ /* * scp - secure remote copy. This is basically patched BSD rcp which * uses ssh to do the data transfer (instead of using rcmd). @@ -1985,7 +1985,7 @@ void usage(void) { (void) fprintf(stderr, - "usage: scp [-346ABCOpqRrTv] [-c cipher] [-D sftp_server_path] [-F ssh_config]\n" + "usage: scp [-346ABCOpqRrsTv] [-c cipher] [-D sftp_server_path] [-F ssh_config]\n" " [-i identity_file] [-J destination] [-l limit]\n" " [-o ssh_option] [-P port] [-S program] source ... target\n"); exit(1); |