diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-11-22 10:11:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-11-22 10:42:37 +0100 |
commit | cc6baba7200bd8171b6beff446b4009dad5c4230 (patch) | |
tree | 79ad901f0ff957d9fed6c6cda78b1ef47f31fadc /src | |
parent | man: add enrollment type sections to cryptenroll man page (diff) | |
download | systemd-cc6baba7200bd8171b6beff446b4009dad5c4230.tar.xz systemd-cc6baba7200bd8171b6beff446b4009dad5c4230.zip |
cryptenroll: it's called PKCS#11, not PKCS11
In the --help text we really should use the official spelling, just like
in the man page.
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptenroll/cryptenroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptenroll/cryptenroll.c b/src/cryptenroll/cryptenroll.c index e1f72a3529..dccb320c5d 100644 --- a/src/cryptenroll/cryptenroll.c +++ b/src/cryptenroll/cryptenroll.c @@ -193,7 +193,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" |