[openssh-commits] [openssh] 03/07: upstream: ssh-agent: add -V to usage()
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat May 30 23:30:29 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 26a8c13e6154a905b4eaf48798b134372747e86f
Author: tb at openbsd.org <tb at openbsd.org>
AuthorDate: Wed May 27 03:28:07 2026 +0000
upstream: ssh-agent: add -V to usage()
ok djm
OpenBSD-Commit-ID: ea9bc250ce34c4c8317896673ca37f3ee17223c7
---
ssh-agent.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ssh-agent.c b/ssh-agent.c
index 07746193e..4a1781360 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.326 2026/05/27 03:04:30 djm Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.327 2026/05/27 03:28:07 tb Exp $ */
/*
* Author: Tatu Ylonen <ylo at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -2222,7 +2222,8 @@ usage(void)
" ssh-agent [-TU] [-a bind_address] [-E fingerprint_hash] [-O option]\n"
" [-P allowed_providers] [-t life] command [arg ...]\n"
" ssh-agent [-c | -s] -k\n"
- " ssh-agent -u\n");
+ " ssh-agent -u\n"
+ " ssh-agent -V\n");
exit(1);
}
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list