]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 7 Apr 1996 17:27:27 +0000 (17:27 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Apr 1996 17:27:27 +0000 (17:27 +0000)
src/seq.c

index b6c9858c4d8e5a90e8712a8dee5ab119db61f01b..a0c496acc1099483e9e0a5afbdad730bc6af133c 100644 (file)
--- 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\
 "));