From 0674aab9dbf0779813e4c7b1f5c1366d92e90476 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 23 Feb 2004 21:22:34 +0000 Subject: [PATCH] (usage): Remove stray space after \n in --help output. --- src/seq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seq.c b/src/seq.c index 93147ca2cf..45ba5a58da 100644 --- a/src/seq.c +++ b/src/seq.c @@ -96,7 +96,7 @@ Print numbers from FIRST to LAST, in steps of INCREMENT.\n\ fputs (_("\ \n\ If FIRST or INCREMENT is omitted, it defaults to 1. That is, an\n\ -omitted INCREMENT defaults to 1 even when LAST is smaller than FIRST.\n \ +omitted INCREMENT defaults to 1 even when LAST is smaller than FIRST.\n\ FIRST, INCREMENT, and LAST are interpreted as floating point values.\n\ INCREMENT is usually positive if FIRST is smaller than LAST, and\n\ INCREMENT is usually negative if FIRST is greater than LAST.\n\ -- 2.47.2