summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-23 21:22:34 +0000
committerJim Meyering <jim@meyering.net>2004-02-23 21:22:34 +0000
commit0674aab9dbf0779813e4c7b1f5c1366d92e90476 (patch)
tree068194c8b3085de45337bb55a104b4c8fc92b929
parenteff39a398df1de39b17112924c76757c64313da9 (diff)
downloadcoreutils-0674aab9dbf0779813e4c7b1f5c1366d92e90476.tar.xz
(usage): Remove stray space after \n in --help output.
-rw-r--r--src/seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seq.c b/src/seq.c
index 93147ca2c..45ba5a58d 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\