Am 01/21/09 18:30, Pavel Roskin schrieb:
> The patch looks good to me. I would split changes to commands/search.c
> into a separate commit.
>
> Please provide ChangeLog entries for the patches.
>
I will comply. Thanks for your quick response.
--
Mierswa, Daniel
If you still don't like it, th
This small patch allows '\n' in option help texts, for example:
static const struct grub_arg_option options[] = {
{"very-complex", 'c', 0,
"sorry, but this very complex option requires more\n"
"than one line to explain properly.", 0, 0},
...
};
grub> complex -h
...
-c, --very-complexsor
I sent patches etc. last month, Subjects:
[PATCH] grub-install message should mention --recheck
[semi-PATCH] grub.texi: emergency booting without root passwd
cmdline.c: ESC at any time exits: only mentioned once
but nobody acted on them one way or the other