]> git.ipfire.org Git - thirdparty/grub.git/commit
update gnulib/argp-help.c to fix garbage in grub-mknetdir --help output
authorAndrei Borzenkov <arvidjaar@gmail.com>
Thu, 5 Mar 2015 17:19:47 +0000 (20:19 +0300)
committerAndrei Borzenkov <arvidjaar@gmail.com>
Thu, 5 Mar 2015 17:19:47 +0000 (20:19 +0300)
commit8842991a56f062c6bff03da9c2f7dcffa7e31492
tree7675f56c26681c80780b1e6df76eea998ed983a9
parent20f21d897858d827210d67c75f42d18887cbce81
update gnulib/argp-help.c to fix garbage in grub-mknetdir --help output

argp_help attempts to translate empty string, which results in printing
meta information about translation, like in

bor@opensuse:~/build/grub> grub2-mknetdir --help
Использование: grub2-mknetdir [ПАРАМЕТР…]
Project-Id-Version: grub 2.02-pre2
Report-Msgid-Bugs-To: bug-grub@gnu.org
...

Update gnulib/argp-help.c to the current version which fixes this
(commit b9bfe78424b871f5b92e5ee9e7d21ef951a6801d).
grub-core/gnulib/argp-help.c