* lib/arg.c (grub_arg_show_help): Add the necessary spacing.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-01 21:01:05 +02:00
parent 8687cf071e
commit 553df63d76
2 changed files with 8 additions and 2 deletions

View File

@ -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>
* kern/emu/getroot.c (find_mount_point_from_dir): Compile only if

View File

@ -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)
{