Skip to content

Commit 242816e

Browse files
radolinDaniel Kiper
authored andcommitted
blsuki: Fix position of DIR parameter in blscfg command summary
The DIR parameter in the example should be specified after the -p|--path option instead of after -f|fallback. Signed-off-by: Radoslav Kolev <radoslav.kolev@suse.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
1 parent b733d9d commit 242816e

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
@@ -1480,7 +1480,7 @@ static grub_extcmd_t uki_cmd;
14801480
GRUB_MOD_INIT(blsuki)
14811481
{
14821482
bls_cmd = grub_register_extcmd ("blscfg", grub_cmd_blscfg, 0,
1483-
N_("[-p|--path] [-f|--enable-fallback] DIR [-d|--show-default] [-n|--show-non-default] [-e|--entry] FILE"),
1483+
N_("[-p|--path] DIR [-f|--enable-fallback] [-d|--show-default] [-n|--show-non-default] [-e|--entry] FILE"),
14841484
N_("Import Boot Loader Specification snippets."),
14851485
bls_opt);
14861486
#ifdef GRUB_MACHINE_EFI

0 commit comments

Comments
 (0)