* 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
|
@ -1,3 +1,7 @@
|
||||||
|
2010-08-01 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* lib/arg.c (grub_arg_show_help): Add the necessary spacing.
|
||||||
|
|
||||||
2010-08-01 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-08-01 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* kern/emu/getroot.c (find_mount_point_from_dir): Compile only if
|
* kern/emu/getroot.c (find_mount_point_from_dir): Compile only if
|
||||||
|
|
|
@ -144,8 +144,10 @@ grub_arg_show_help (grub_extcmd_t cmd)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: add spacing back. */
|
while (spacing--)
|
||||||
grub_xputs (_(opt->doc));
|
grub_xputs (" ");
|
||||||
|
|
||||||
|
grub_printf ("%s\n", _(opt->doc));
|
||||||
|
|
||||||
switch (opt->shortarg)
|
switch (opt->shortarg)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue