1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-11-03 17:27:29 -05:00

Add additional strings found in other versions of glibc's getopt.c

This commit is contained in:
John Zaitseff 2018-07-27 06:15:11 +10:00
parent 3bb98b24dc
commit 4946112c41

View File

@ -58,6 +58,8 @@ const char *glibc_posix_getopt_strings[] = {
N_("%s: option `%s' is ambiguous; possibilities:"),
N_("%s: option '%s' is ambiguous; possibilities:"),
N_("%s: option `%s' is ambiguous\n"),
N_("%s: option '%s' is ambiguous\n"),
N_("%s: option `--%s' doesn't allow an argument\n"),
N_("%s: option '--%s' doesn't allow an argument\n"),
N_("%s: option `%c%s' doesn't allow an argument\n"),