Fix gettext call formatting

This commit is contained in:
Allan McRae 2014-01-05 17:39:45 +10:00
parent 19f6b98b55
commit 79c1e1094e
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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,