]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Improve help message. From Karl Berry.
authorJim Meyering <jim@meyering.net>
Sun, 21 Apr 1996 03:25:53 +0000 (03:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Apr 1996 03:25:53 +0000 (03:25 +0000)
src/seq.c

index e5a909ea6d43109e07440a70cb72b8ca6c1fe37f..9bab3c2b7717565763f6d28950c39a2d67a695f1 100644 (file)
--- a/src/seq.c
+++ b/src/seq.c
@@ -1,5 +1,5 @@
 /* seq - print sequence of numbers to standard output.
-   Copyright (C) 94, 1995 Free Software Foundation, Inc.
+   Copyright (C) 94, 1995, 96 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
@@ -85,12 +85,13 @@ usage (int status)
 Usage: %s [OPTION]... [START [INCREMENT]] LIMIT\n\
 "), program_name);
       (void) printf (_("\
+Print numbers from FIRST (default 1) to LAST, moving by STEP (default 1).\n\
 \n\
   -f, --format FORMAT      use printf(3) style FORMAT (default: %%g)\n\
-      --help               display this help and exit\n\
   -s, --separator STRING   use STRING for separating numbers (default: \\n)\n\
-      --version            output version information and exit\n\
   -w, --equal-width        equalize width by padding with leading zeroes\n\
+      --help               display this help and exit\n\
+      --version            output version information and exit\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\