From: Jim Meyering Date: Mon, 23 Feb 2004 21:22:34 +0000 (+0000) Subject: (usage): Remove stray space after \n in --help output. X-Git-Tag: v5.2.1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0674aab9dbf0779813e4c7b1f5c1366d92e90476;p=thirdparty%2Fcoreutils.git (usage): Remove stray space after \n in --help output. --- 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\