mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix gettext call formatting
This commit is contained in:
parent
19f6b98b55
commit
79c1e1094e
@ -1,3 +1,7 @@
|
||||
2014-01-05 Allan McRae <allan@archlinux.org>
|
||||
|
||||
* malloc/memusagestat.c: Fix gettext call formatting.
|
||||
|
||||
2014-01-04 Sami Kerola <kerolasa@iki.fi>
|
||||
|
||||
* nscd/nscd.c: Improve usage() output.
|
||||
|
@ -55,7 +55,7 @@ static const struct argp_option options[] =
|
||||
{
|
||||
{ "output", 'o', N_ ("FILE"), 0, N_ ("Name output file") },
|
||||
{ "string", 's', N_ ("STRING"), 0, N_ ("Title string used in output graphic") },
|
||||
{ "time", 't', NULL, 0, N_ (" \
|
||||
{ "time", 't', NULL, 0, N_ ("\
|
||||
Generate output linear to time (default is linear to number of function calls)\
|
||||
") },
|
||||
{ "total", 'T', NULL, 0,
|
||||
|
Loading…
Reference in New Issue
Block a user