summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2021-12-22 06:56:41 +0000
committerDamien Miller <djm@mindrot.org>2021-12-27 10:40:16 +1100
commit0074aa2c8d605ee7587279a22cdad4270b4ddd07 (patch)
tree296afdbc48689db80455e82f3629ac74972283eb /ssh-add.c
parent1c9853a68b2319f2e5f929179735e8fbb9988a67 (diff)
downloadopenssh-git-0074aa2c8d605ee7587279a22cdad4270b4ddd07.tar.gz
upstream: sort -H and -h in SYNOPSIS/usage(); tweak the -H text;
ok djm OpenBSD-Commit-ID: 90721643e41e9e09deb5b776aaa0443456ab0965
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-add.c b/ssh-add.c
index 5090aca4..4f2d7054 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-add.c,v 1.162 2021/12/19 22:10:24 djm Exp $ */
+/* $OpenBSD: ssh-add.c,v 1.163 2021/12/22 06:56:41 jmc Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -772,8 +772,8 @@ static void
usage(void)
{
fprintf(stderr,
-"usage: ssh-add [-cDdKkLlqvXx] [-E fingerprint_hash] [-S provider] [-t life]\n"
-" [-H hostkey_file] [-h destination]\n"
+"usage: ssh-add [-cDdKkLlqvXx] [-E fingerprint_hash] [-H hostkey_file]\n"
+" [-h destination_constraint] [-S provider] [-t life]\n"
#ifdef WITH_XMSS
" [-M maxsign] [-m minleft]\n"
#endif