]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Correct --help message.
authorJim Meyering <jim@meyering.net>
Mon, 30 Aug 1999 14:41:05 +0000 (14:41 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 30 Aug 1999 14:41:05 +0000 (14:41 +0000)
src/stty.c

index 1a03492389efadd65443c9935f8575a9be6c7ae2..6f4f1926760b86636a7fd141f1949ecb019009c7 100644 (file)
@@ -490,19 +490,19 @@ usage (int status)
   else
     {
       printf (_("\
-Usage: %s [-F device] [--file=device] [SETTING]...\n\
-  or:  %s [-F device] [--file=device] [-a|--all]\n\
-  or:  %s [-F device] [--file=device] [-g|--save]\n\
+Usage: %s [-F DEVICE] [--file=DEVICE] [SETTING]...\n\
+  or:  %s [-F DEVICE] [--file=DEVICE] [-a|--all]\n\
+  or:  %s [-F DEVICE] [--file=DEVICE] [-g|--save]\n\
 "),
              program_name, program_name, program_name);
       printf (_("\
 Print or change terminal characteristics.\n\
 \n\
-  -a, --all       print all current settings in human-readable form\n\
-  -g, --save      print all current settings in a stty-readable form\n\
-  -F, --file      open and use the specified device instead of stdin\n\
-      --help      display this help and exit\n\
-      --version   output version information and exit\n\
+  -a, --all          print all current settings in human-readable form\n\
+  -g, --save         print all current settings in a stty-readable form\n\
+  -F, --file=DEVICE  open and use the specified DEVICE instead of stdin\n\
+      --help         display this help and exit\n\
+      --version      output version information and exit\n\
 \n\
 Optional - before SETTING indicates negation.  An * marks non-POSIX\n\
 settings.  The underlying system defines which settings are available.\n\