]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: add missing -O option to usage() for ssh-keygen -Y sign;
authordjm@openbsd.org <djm@openbsd.org>
Wed, 5 Jan 2022 04:27:54 +0000 (04:27 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 5 Jan 2022 05:06:01 +0000 (16:06 +1100)
from Linus Nordberg

OpenBSD-Commit-ID: 4e78feb4aa830727ab76bb2e3d940440ae1d7af0

ssh-keygen.c

index 5dc74205340b34b0e6771b2050191a2774b3249d..f8a9f59ba88d7b75846e970746b6da559ba05cdc 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.443 2022/01/05 04:27:01 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.444 2022/01/05 04:27:54 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -3218,7 +3218,7 @@ usage(void)
            "       ssh-keygen -Y check-novalidate -n namespace -s signature_file\n"
            "       ssh-keygen -Y sign -f key_file -n namespace file ...\n"
            "       ssh-keygen -Y verify -f allowed_signers_file -I signer_identity\n"
-           "                  -n namespace -s signature_file [-r revocation_file]\n");
+           "                  -n namespace -s signature_file [-r revocation_file] [-O option]\n");
        exit(1);
 }