From 52ed3d1e8fa60044baecd1fbfb113596da59dc78 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 19 Oct 2022 14:54:34 +0200 Subject: [PATCH] * bin/common_aoutput.cc: Missing space in doc string. --- bin/common_aoutput.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/common_aoutput.cc b/bin/common_aoutput.cc index f2c8691ec..e8c2e5401 100644 --- a/bin/common_aoutput.cc +++ b/bin/common_aoutput.cc @@ -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,