summaryrefslogtreecommitdiff
path: root/src/cryptenroll
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-06-21 17:56:52 +0200
committerGitHub <noreply@github.com>2021-06-22 00:56:52 +0900
commit6e766d9874d4c7a3a3fcb701558baf5db7bf697b (patch)
tree888f3b0c3bf427cbf1d1d8c333d36d3a3de33668 /src/cryptenroll
parentf75817172f613e7140703f058b3af03100dad21a (diff)
downloadsystemd-6e766d9874d4c7a3a3fcb701558baf5db7bf697b.tar.gz
cryptenroll: fix minor typo in --help (#19985)
We use "+" as separator for PCR indexes now, but we forgot to replace one "," by "+"
Diffstat (limited to 'src/cryptenroll')
-rw-r--r--src/cryptenroll/cryptenroll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptenroll/cryptenroll.c b/src/cryptenroll/cryptenroll.c
index 460e895a02..d253b2bc0d 100644
--- a/src/cryptenroll/cryptenroll.c
+++ b/src/cryptenroll/cryptenroll.c
@@ -97,7 +97,7 @@ static int help(void) {
" Whether to require user verification to unlock the volume\n"
" --tpm2-device=PATH\n"
" Enroll a TPM2 device\n"
- " --tpm2-pcrs=PCR1+PCR2+PCR3,…\n"
+ " --tpm2-pcrs=PCR1+PCR2+PCR3+…\n"
" Specify TPM2 PCRs to seal against\n"
" --wipe-slot=SLOT1,SLOT2,…\n"
" Wipe specified slots\n"