From 4ab0a2a4c64f15cd88e1fc23590bd0ead883c39c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 30 Aug 1999 14:41:05 +0000 Subject: [PATCH] (usage): Correct --help message. --- src/stty.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/stty.c b/src/stty.c index 1a03492389..6f4f192676 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\ -- 2.47.3