]> 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)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 7 Oct 2025 09:48:58 +0000 (11:48 +0200)
(cherry picked from commit 5a70aa5315c189c84bb98fd16f498edbc56e2b3f)

src/bootctl/bootctl.c

index ccc258c6dffc2dd9afac4b3588463148f35830af..2e4255c3aba6f295053bcaec298b1bca3acfad46 100644 (file)
@@ -291,7 +291,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"