* bin/common_aoutput.cc: Missing space in doc string.

This commit is contained in:
Alexandre Duret-Lutz 2022-10-19 14:54:34 +02:00
parent c4a33d3457
commit 52ed3d1e8f

View file

@ -221,7 +221,7 @@ static const argp_option io_options[] =
"(iw) inherently weak. Use uppercase letters to negate them.", 0 },
{ "%R, %[LETTERS]R", 0, nullptr,
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, "
"or (c) children processes.", 0 },
{ "%N, %n", 0, nullptr, OPTION_DOC | OPTION_NO_USAGE,