From: Jim Meyering Date: Sun, 7 Apr 1996 17:27:27 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_14b~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9fe3593778a5c579db7ad7f58c13781f0bb9e99;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/seq.c b/src/seq.c index b6c9858c4d..a0c496acc1 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\ "));