diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2021-09-10 12:26:02 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-09-10 12:34:09 +0200 |
commit | 66a658b5d9e009ea11f8a0ca6e69c7feb2d851ea (patch) | |
tree | 60f235bd86fdd5030cc598c2a578d9d637ac73f2 /ssh.c | |
parent | upstream: Clarify which file's attributes -p preserves, and that (diff) | |
download | openssh-66a658b5d9e009ea11f8a0ca6e69c7feb2d851ea.tar.xz openssh-66a658b5d9e009ea11f8a0ca6e69c7feb2d851ea.zip |
upstream: Document behaviour of arguments following non-interactive
commands. Prompted by github PR#139 from EvanTheB, feedback & ok djm@ jmc@
OpenBSD-Commit-ID: fc758d1fe0471dfab4304fcad6cd4ecc3d79162a
Diffstat (limited to '')
-rw-r--r-- | ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.566 2021/08/08 08:49:09 dtucker Exp $ */ +/* $OpenBSD: ssh.c,v 1.567 2021/09/10 10:26:02 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -185,7 +185,7 @@ usage(void) " [-i identity_file] [-J [user@]host[:port]] [-L address]\n" " [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" " [-Q query_option] [-R address] [-S ctl_path] [-W host:port]\n" -" [-w local_tun[:remote_tun]] destination [command]\n" +" [-w local_tun[:remote_tun]] destination [command [argument ...]]\n" ); exit(255); } |