From 2b201ce9221c905081fa0ba507a529ea9b440b42 Mon Sep 17 00:00:00 2001 Message-Id: <2b201ce9221c905081fa0ba507a529ea9b440b42.1715773632.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 9 Jan 2014 08:53:12 +0000 Subject: [PATCH] mtimeout.c: Fix ludicrous whitespace in help message. Organization: Straylight/Edgeware From: Mark Wooding --- mtimeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtimeout.c b/mtimeout.c index b376e8e..65281be 100644 --- a/mtimeout.c +++ b/mtimeout.c @@ -299,7 +299,7 @@ static void help(FILE *fp) pquis(fp, "\n\ Run COMMAND, giving it the ARGUMENTS. If it fails to complete within the\n\ specified number of SECONDS, kill it. Otherwise exit with the status it\n\ -returns.\n \ +returns.\n\ \n\ Options:\n\ -h, --help Show this help text.\n\ -- [mdw]