From: Jim Meyering Date: Mon, 30 Aug 1999 14:41:05 +0000 (+0000) Subject: (usage): Correct --help message. X-Git-Tag: FILEUTILS-4_0j-trial~249 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4ab0a2a4c64f15cd88e1fc23590bd0ead883c39c;p=thirdparty%2Fcoreutils.git (usage): Correct --help message. --- 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\