]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: clarify that --secure-boot-auto-enroll requires a boolean value
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 8 Sep 2025 10:31:27 +0000 (12:31 +0200)
committerAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 8 Sep 2025 10:31:27 +0000 (12:31 +0200)
src/bootctl/bootctl.c

index 52066e2999038ae9a00e3ee7050f2c0416a608fa..5c649ef1e34e2df9d9b4f300a836567c54164c19 100644 (file)
@@ -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"