* bin/common_aoutput.cc: Missing space in doc string.
This commit is contained in:
parent
c4a33d3457
commit
52ed3d1e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ static const argp_option io_options[] =
|
||||||
"(iw) inherently weak. Use uppercase letters to negate them.", 0 },
|
"(iw) inherently weak. Use uppercase letters to negate them.", 0 },
|
||||||
{ "%R, %[LETTERS]R", 0, nullptr,
|
{ "%R, %[LETTERS]R", 0, nullptr,
|
||||||
OPTION_DOC | OPTION_NO_USAGE,
|
OPTION_DOC | OPTION_NO_USAGE,
|
||||||
"CPU time (excluding parsing), in seconds; Add LETTERS to restrict to"
|
"CPU time (excluding parsing), in seconds; Add LETTERS to restrict to "
|
||||||
"(u) user time, (s) system time, (p) parent process, "
|
"(u) user time, (s) system time, (p) parent process, "
|
||||||
"or (c) children processes.", 0 },
|
"or (c) children processes.", 0 },
|
||||||
{ "%N, %n", 0, nullptr, OPTION_DOC | OPTION_NO_USAGE,
|
{ "%N, %n", 0, nullptr, OPTION_DOC | OPTION_NO_USAGE,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue