1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-03 17:47:28 +03:00

pcrlock: correct --help text regarding recovery pin

Fixes: #33917
This commit is contained in:
Lennart Poettering 2024-09-11 17:13:09 +02:00
parent 8d647ed2ff
commit 118592cc49

View File

@ -4971,7 +4971,7 @@ static int help(int argc, char *argv[], void *userdata) {
" --components=PATH Directory to read .pcrlock files from\n"
" --location=STRING[:STRING]\n"
" Do not process components beyond this component name\n"
" --recovery-pin=yes Ask for a recovery PIN\n"
" --recovery-pin=MODE Controls whether to show, hide, or ask for a recovery PIN\n"
" --pcrlock=PATH .pcrlock file to write expected PCR measurement to\n"
" --policy=PATH JSON file to write policy output to\n"
" --force Write policy even if it matches existing policy\n"