* lib/arg.c (grub_arg_show_help): Add the necessary spacing.
This commit is contained in:
parent
8687cf071e
commit
553df63d76
2 changed files with 8 additions and 2 deletions
|
@ -144,8 +144,10 @@ grub_arg_show_help (grub_extcmd_t cmd)
|
|||
}
|
||||
}
|
||||
|
||||
/* FIXME: add spacing back. */
|
||||
grub_xputs (_(opt->doc));
|
||||
while (spacing--)
|
||||
grub_xputs (" ");
|
||||
|
||||
grub_printf ("%s\n", _(opt->doc));
|
||||
|
||||
switch (opt->shortarg)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue