summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-03-17 19:21:16 +0000
committerJim Meyering <jim@meyering.net>2002-03-17 19:21:16 +0000
commit3677890d373392cacee389e55d4f3ce164138d8f (patch)
tree431922177f8615693a7021e789a9e4efbc6fad60 /src
parent2af2bec9b219862694086b743d57973b7a15276a (diff)
downloadcoreutils-3677890d373392cacee389e55d4f3ce164138d8f.tar.xz
(usage): Mention that --format=FORMAT must be
a *floating-point* format, also in description of that option. (usage): Also add the `=' signs here: --format=FORMAT, --separator=STRING.
Diffstat (limited to 'src')
-rw-r--r--src/seq.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/seq.c b/src/seq.c
index 5a8608992..d152809bb 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -1,5 +1,5 @@
/* seq - print sequence of numbers to standard output.
- Copyright (C) 1994-2001 Free Software Foundation, Inc.
+ Copyright (C) 1994-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -87,8 +87,8 @@ Usage: %s [OPTION]... LAST\n\
fputs (_("\
Print numbers from FIRST to LAST, in steps of INCREMENT.\n\
\n\
- -f, --format FORMAT use printf(3) style FORMAT (default: %g)\n\
- -s, --separator STRING use STRING to separate numbers (default: \\n)\n\
+ -f, --format=FORMAT use printf style floating-point FORMAT (default: %g)\n\
+ -s, --separator=STRING use STRING to separate numbers (default: \\n)\n\
-w, --equal-width equalize width by padding with leading zeroes\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);