summaryrefslogtreecommitdiff
path: root/src/seq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-07 17:27:27 +0000
committerJim Meyering <jim@meyering.net>1996-04-07 17:27:27 +0000
commitd9fe3593778a5c579db7ad7f58c13781f0bb9e99 (patch)
tree99ed0e43b7b06f1d34ceb55354d2d77614044705 /src/seq.c
parentc32c5775be76a15db8404cae78c5e68fb456d844 (diff)
downloadcoreutils-d9fe3593778a5c579db7ad7f58c13781f0bb9e99.tar.xz
.
Diffstat (limited to 'src/seq.c')
-rw-r--r--src/seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seq.c b/src/seq.c
index b6c9858c4..a0c496acc 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -93,7 +93,7 @@ Usage: %s [OPTION]... [START [INCREMENT]] LIMIT\n\
-w, --equal-width equalize width by padding with leading zeroes\n\
\n\
START, INCREMENT, and LIMIT are interpreted as floating point values.\n\
- INCREMENT should be positive if START is smaller than LIMIT and negative\n\
+ INCREMENT should be positive if START is smaller than LIMIT, and negative\n\
otherwise. When given, the FORMAT argument must contain exactly one of\n\
the printf-style, floating point output formats %%e, %%f, or %%g.\n\
"));