projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047273e
)
pcrphase: fix --help text
author
Lennart Poettering
<lennart@poettering.net>
Mon, 17 Oct 2022 10:27:41 +0000
(12:27 +0200)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Mon, 17 Oct 2022 10:39:33 +0000
(12:39 +0200)
We don't take a command, we just take a "word" which we'll extend into
PCR 11.
src/boot/pcrphase.c
patch
|
blob
|
history
diff --git
a/src/boot/pcrphase.c
b/src/boot/pcrphase.c
index 3be89bc28681003974621c0851e3737a5f7d4794..267f66767c6d480c89dc47da8226b6afc633fffb 100644
(file)
--- a/
src/boot/pcrphase.c
+++ b/
src/boot/pcrphase.c
@@
-26,7
+26,7
@@
static int help(int argc, char *argv[], void *userdata) {
if (r < 0)
return log_oom();
- printf("%1$s [OPTIONS...]
COMMAN
D ...\n"
+ printf("%1$s [OPTIONS...]
WOR
D ...\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"