summaryrefslogtreecommitdiff
path: root/sys/src/cmd/ssh.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2023-01-09 14:53:41 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2023-01-09 14:53:41 +0000
commit3bbff3ee20de3f6ccbfd543a311ecb24f2eb8729 (patch)
tree58289489898a78d406ff963df97ee82dd72c8750 /sys/src/cmd/ssh.c
parent24fa514abe616a5c55f8f20d48a268a805c2ec2f (diff)
ssh(1): fix usage and document -X flag
Diffstat (limited to 'sys/src/cmd/ssh.c')
-rw-r--r--sys/src/cmd/ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/ssh.c b/sys/src/cmd/ssh.c
index c7f57ec81..145233fea 100644
--- a/sys/src/cmd/ssh.c
+++ b/sys/src/cmd/ssh.c
@@ -1171,7 +1171,7 @@ kfmt(Fmt *f)
void
usage(void)
{
- fprint(2, "usage: %s [-dR] [-t thumbfile] [-T tries] [-u user] [-h] [user@]host [-W remote!port] [cmd args...]\n", argv0);
+ fprint(2, "usage: %s [-drRX] [-t thumbfile] [-T tries] [-u user] [-h] [user@]host [-W remote!port] [cmd args...]\n", argv0);
exits("usage");
}