bootctl: clarify that --secure-boot-auto-enroll requires a boolean value

This commit is contained in:
Antonio Alvarez Feijoo
2025-09-08 12:31:27 +02:00
parent 992716c9ab
commit 5a70aa5315

View 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"