]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cryptenroll: fix minor typo in --help (#19985)
authorLennart Poettering <lennart@poettering.net>
Mon, 21 Jun 2021 15:56:52 +0000 (17:56 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 15:56:52 +0000 (00:56 +0900)
We use "+" as separator for PCR indexes now, but we forgot to replace
one "," by "+"

src/cryptenroll/cryptenroll.c

index 460e895a02ba771877171eb75816e89f986c541e..d253b2bc0da7b463c3079325fafec048556f1550 100644 (file)
@@ -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"