]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: add a missing space in timeout --help
authorStéphane Raimbault <stephane.raimbault@gmail.com>
Tue, 24 May 2011 15:17:02 +0000 (16:17 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 24 May 2011 15:17:02 +0000 (16:17 +0100)
* src/timeout.c (usage): Add a space to be consistent
with other uses of "(the default)" in the documentation.

Signed-off-by: Pádraig Brady <P@draigBrady.com>
src/timeout.c

index ea11c42b9978f855d3ad2b39afed56f1b7e1492a..649e1768d54f0598d7e62ad27dd042bd83f84a66 100644 (file)
@@ -148,8 +148,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
 
       fputs (_("\n\
 DURATION is an integer with an optional suffix:\n\
-`s' for seconds(the default), `m' for minutes, `h' for hours or `d' for days.\n\
-"), stdout);
+`s' for seconds (the default), `m' for minutes, `h' for hours \
+or `d' for days.\n"), stdout);
 
       fputs (_("\n\
 If the command times out, then exit with status 124.  Otherwise, exit\n\