2008-04-01 Pavel Roskin <proski@gnu.org>
* normal/arg.c (grub_arg_show_help): Fix spacing of the long options to align them with the short options, e.g. "echo -e".
This commit is contained in:
parent
a33224e04b
commit
0f582c6b88
2 changed files with 6 additions and 1 deletions
|
@ -147,7 +147,7 @@ grub_arg_show_help (grub_command_t cmd)
|
|||
if (opt->longarg)
|
||||
{
|
||||
grub_printf ("--%s", opt->longarg);
|
||||
spacing -= grub_strlen (opt->longarg);
|
||||
spacing -= grub_strlen (opt->longarg) + 2;
|
||||
|
||||
if (opt->arg)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue