summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2020-06-19 07:21:42 +0000
committerDamien Miller <djm@mindrot.org>2020-06-22 16:11:14 +1000
commit00531bb42f1af17ddabea59c3d9c4b0629000d27 (patch)
tree06ba615ec885a705d141ee91e091c60c9f63b43f /ssh-agent.c
parentb4556c8ad7177e379f0b60305a0cd70f12180e7c (diff)
downloadopenssh-git-00531bb42f1af17ddabea59c3d9c4b0629000d27.tar.gz
upstream: Correct synopsis and usage for the options accepted when
passing a command to ssh-agent. ok jmc@ OpenBSD-Commit-ID: b36f0679cb0cac0e33b361051b3406ade82ea846
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index effffffe..596c3958 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.258 2020/05/26 01:26:58 djm Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.259 2020/06/19 07:21:42 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1254,7 +1254,9 @@ usage(void)
{
fprintf(stderr,
"usage: ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash]\n"
- " [-P provider_whitelist] [-t life] [command [arg ...]]\n"
+ " [-P provider_whitelist] [-t life]\n"
+ " ssh-agent [-a bind_address] [-E fingerprint_hash] [-P provider_whitelist]\n"
+ " [-t life] command [arg ...]\n"
" ssh-agent [-c | -s] -k\n");
exit(1);
}