1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00

pcrphase: fix --help text

We don't take a command, we just take a "word" which we'll extend into
PCR 11.
This commit is contained in:
Lennart Poettering 2022-10-17 12:27:41 +02:00 committed by Luca Boccassi
parent 047273e6e8
commit 8d9295bbf5

View File

@ -26,7 +26,7 @@ static int help(int argc, char *argv[], void *userdata) {
if (r < 0)
return log_oom();
printf("%1$s [OPTIONS...] COMMAND ...\n"
printf("%1$s [OPTIONS...] WORD ...\n"
"\n%5$sMeasure boot phase into TPM2 PCR 11.%6$s\n"
"\n%3$sOptions:%4$s\n"
" -h --help Show this help\n"