projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae48d0
)
cryptenroll: it's called PKCS#11, not PKCS11
author
Lennart Poettering
<lennart@poettering.net>
Fri, 22 Nov 2024 09:11:04 +0000
(10:11 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 22 Nov 2024 09:42:37 +0000
(10:42 +0100)
In the --help text we really should use the official spelling, just like
in the man page.
src/cryptenroll/cryptenroll.c
patch
|
blob
|
history
diff --git
a/src/cryptenroll/cryptenroll.c
b/src/cryptenroll/cryptenroll.c
index e1f72a352980082a20a24e0d46d0806e4cb6847f..dccb320c5dc59ce9c876354de90075fbe98d0e75 100644
(file)
--- 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"