cryptenroll: it's called PKCS#11, not PKCS11
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Nov 2024 09:11:04 +0000 (10:11 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 29 Nov 2024 13:26:56 +0000 (14:26 +0100)
In the --help text we really should use the official spelling, just like
in the man page.

(cherry picked from commit cc6baba7200bd8171b6beff446b4009dad5c4230)

src/cryptenroll/cryptenroll.c

index 04352bfec6ddff55e2774bc8892746c3677ffca7..da79fa878b606e2ecf4075d1ce5b45b78f212089 100644 (file)
@@ -188,7 +188,7 @@ static int help(void) {
                "\n%3$sSimple Enrollment:%4$s\n"
                "     --password        Enroll a user-supplied password\n"
                "     --recovery-key    Enroll a recovery key\n"
-               "\n%3$sPKCS11 Enrollment:%4$s\n"
+               "\n%3$sPKCS#11 Enrollment:%4$s\n"
                "     --pkcs11-token-uri=URI\n"
                "                       Specify PKCS#11 security token URI\n"
                "\n%3$sFIDO2 Enrollment:%4$s\n"