From: Radoslav Kolev Date: Fri, 19 Dec 2025 14:24:59 +0000 (+0200) Subject: blsuki: Fix typo in entry parameter description X-Git-Tag: grub-2.14~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b733d9d6dcf04c6aba88a4690a916c2cbb4ec5ac;p=thirdparty%2Fgrub.git blsuki: Fix typo in entry parameter description Change "specificUKII entries" to "specific UKI entries". Signed-off-by: Radoslav Kolev Reviewed-by: Daniel Kiper --- diff --git a/grub-core/commands/blsuki.c b/grub-core/commands/blsuki.c index a169e3f59..3e4fa0bb3 100644 --- a/grub-core/commands/blsuki.c +++ b/grub-core/commands/blsuki.c @@ -88,7 +88,7 @@ static const struct grub_arg_option uki_opt[] = {"enable-fallback", 'f', 0, "Fallback to the default BLS path if --path fails to find UKI entries.", 0, ARG_TYPE_NONE}, {"show-default", 'd', 0, N_("Allow the default UKI entry to be added to the GRUB menu."), 0, ARG_TYPE_NONE}, {"show-non-default", 'n', 0, N_("Allow the non-default UKI entries to be added to the GRUB menu."), 0, ARG_TYPE_NONE}, - {"entry", 'e', 0, N_("Allow specificUKII entries to be added to the GRUB menu."), N_("FILE"), ARG_TYPE_FILE}, + {"entry", 'e', 0, N_("Allow specific UKI entries to be added to the GRUB menu."), N_("FILE"), ARG_TYPE_FILE}, {0, 0, 0, 0, 0, 0} }; #endif