]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: fix cut-and-pasto in error message
authordjm@openbsd.org <djm@openbsd.org>
Wed, 5 Jan 2022 21:50:00 +0000 (21:50 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 6 Jan 2022 22:10:42 +0000 (09:10 +1100)
OpenBSD-Commit-ID: 4cc5c619e4b456cd2e9bb760d17e3a9c84659198

ssh-keygen.c

index a8a21ee2709398687eb04e0f2dd686da2f470ba0..6dd825936629f9545d6831add62a5e8860260c8f 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keygen.c,v 1.445 2022/01/05 04:50:11 djm Exp $ */
+/* $OpenBSD: ssh-keygen.c,v 1.446 2022/01/05 21:50:00 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -3548,7 +3548,7 @@ main(int argc, char **argv)
                        if (cert_principals == NULL ||
                            *cert_principals == '\0') {
                                error("Too few arguments for verify: "
-                                   "missing namespace");
+                                   "missing principal");
                                exit(1);
                        }
                        if (ca_key_path == NULL) {