Skip to content

Commit b733d9d

Browse files
radolinDaniel Kiper
authored andcommitted
blsuki: Fix typo in entry parameter description
Change "specificUKII entries" to "specific UKI entries". Signed-off-by: Radoslav Kolev <radoslav.kolev@suse.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
1 parent 0f0899c commit b733d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grub-core/commands/blsuki.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static const struct grub_arg_option uki_opt[] =
8888
{"enable-fallback", 'f', 0, "Fallback to the default BLS path if --path fails to find UKI entries.", 0, ARG_TYPE_NONE},
8989
{"show-default", 'd', 0, N_("Allow the default UKI entry to be added to the GRUB menu."), 0, ARG_TYPE_NONE},
9090
{"show-non-default", 'n', 0, N_("Allow the non-default UKI entries to be added to the GRUB menu."), 0, ARG_TYPE_NONE},
91-
{"entry", 'e', 0, N_("Allow specificUKII entries to be added to the GRUB menu."), N_("FILE"), ARG_TYPE_FILE},
91+
{"entry", 'e', 0, N_("Allow specific UKI entries to be added to the GRUB menu."), N_("FILE"), ARG_TYPE_FILE},
9292
{0, 0, 0, 0, 0, 0}
9393
};
9494
#endif

0 commit comments

Comments
 (0)