diff options
| author | Jim Meyering <jim@meyering.net> | 1999-08-30 14:41:05 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1999-08-30 14:41:05 +0000 |
| commit | 4ab0a2a4c64f15cd88e1fc23590bd0ead883c39c (patch) | |
| tree | b6d32b436f97c0085644cd3d805a8d2cb3268be5 /src/stty.c | |
| parent | split a long line. (diff) | |
| download | coreutils-4ab0a2a4c64f15cd88e1fc23590bd0ead883c39c.tar.gz coreutils-4ab0a2a4c64f15cd88e1fc23590bd0ead883c39c.zip | |
(usage): Correct --help message.
Diffstat (limited to 'src/stty.c')
| -rw-r--r-- | src/stty.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/stty.c b/src/stty.c index 1a0349238..6f4f19267 100644 --- a/src/stty.c +++ b/src/stty.c @@ -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\ |
