diff options
-rw-r--r-- | src/timeout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeout.c b/src/timeout.c index ea11c42b9..649e1768d 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -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\ |