diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-07 17:27:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-07 17:27:27 +0000 |
commit | d9fe3593778a5c579db7ad7f58c13781f0bb9e99 (patch) | |
tree | 99ed0e43b7b06f1d34ceb55354d2d77614044705 | |
parent | c32c5775be76a15db8404cae78c5e68fb456d844 (diff) | |
download | coreutils-d9fe3593778a5c579db7ad7f58c13781f0bb9e99.tar.xz |
.
-rw-r--r-- | src/seq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ ")); |