diff options
author | Luca Boccassi <bluca@debian.org> | 2024-11-22 13:01:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 13:01:07 +0100 |
commit | 9bf6ffe166b33bb0bf827446d64e7df978584b69 (patch) | |
tree | 8e56e4ccf07ded75a8f6f0364ed4dfcc244cb834 /src | |
parent | bash-completion: add --list-devices to systemd-cryptenroll (diff) | |
parent | cryptenroll: it's called PKCS#11, not PKCS11 (diff) | |
download | systemd-9bf6ffe166b33bb0bf827446d64e7df978584b69.tar.xz systemd-9bf6ffe166b33bb0bf827446d64e7df978584b69.zip |
man: split cryptenroll man page into sections (#35297)
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" |