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:
parent
047273e6e8
commit
8d9295bbf5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user