diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/memusagestat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index 8ac7ab91c8..3e0889ebfc 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -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, |