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:
parent
3bb98b24dc
commit
4946112c41
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user