Re: [PATCH] improve formatting and content of target list in grub-probe help

2013-12-10 Thread Andrey Borzenkov
В Tue, 10 Dec 2013 09:09:15 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 10.12.2013 06:48, Andrey Borzenkov wrote: > > В Tue, 10 Dec 2013 00:55:06 +0100 > > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > > > >> On 07.12.2013 14:27, Andrey Borzenkov wrote: > >>> + ret = xasprintf ("

Re: [PATCH] improve formatting and content of target list in grub-probe help

2013-12-10 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.12.2013 06:48, Andrey Borzenkov wrote: > В Tue, 10 Dec 2013 00:55:06 +0100 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 07.12.2013 14:27, Andrey Borzenkov wrote: >>> + ret = xasprintf ("%s\n%s %s [default=%s]", _("print TARGET"), >> where does "print" come from?h >> > > You m

Re: [PATCH] improve formatting and content of target list in grub-probe help

2013-12-09 Thread Andrey Borzenkov
В Tue, 10 Dec 2013 00:55:06 +0100 Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 07.12.2013 14:27, Andrey Borzenkov wrote: > > + ret = xasprintf ("%s\n%s %s [default=%s]", _("print TARGET"), > where does "print" come from?h > You mean "print" as in "print TARGET" or as in `targets[print]

Re: [PATCH] improve formatting and content of target list in grub-probe help

2013-12-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07.12.2013 14:27, Andrey Borzenkov wrote: > + ret = xasprintf ("%s\n%s %s [default=%s]", _("print TARGET"), where does "print" come from?h signature.asc Description: OpenPGP digital signature ___ Grub-devel mailing list Grub-devel@gnu.org http

[PATCH] improve formatting and content of target list in grub-probe help

2013-12-07 Thread Andrey Borzenkov
The number of targets in grub-probe became too large to fit in one line. Change display to match this of grub-mkimage. Additionally sort the target list to make it easier to read. Table driven target list also makes sure new targets are always included in help output automatically. --- util/grub