From: Antonio Alvarez Feijoo Date: Mon, 8 Sep 2025 10:31:27 +0000 (+0200) Subject: bootctl: clarify that --secure-boot-auto-enroll requires a boolean value X-Git-Tag: v258~37^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a70aa5315c189c84bb98fd16f498edbc56e2b3f;p=thirdparty%2Fsystemd.git bootctl: clarify that --secure-boot-auto-enroll requires a boolean value --- diff --git a/src/bootctl/bootctl.c b/src/bootctl/bootctl.c index 52066e29990..5c649ef1e34 100644 --- a/src/bootctl/bootctl.c +++ b/src/bootctl/bootctl.c @@ -341,7 +341,7 @@ static int help(int argc, char *argv[], void *userdata) { " --efi-boot-option-description=DESCRIPTION\n" " Description of the entry in the boot option list\n" " --dry-run Dry run (unlink and cleanup)\n" - " --secure-boot-auto-enroll\n" + " --secure-boot-auto-enroll=yes|no\n" " Set up secure boot auto-enrollment\n" " --private-key=PATH|URI\n" " Private key to use when setting up secure boot\n"