Re: [PATCH] Allow more than one line in option help text

2009-01-30 Thread Christian Franke
Christian Franke wrote: This small patch allows '\n' in option help texts, for example: Patch simplified & committed. Christian ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH] Allow more than one line in option help text

2009-01-23 Thread Christian Franke
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