From e298f1f300b261e41db1a7516d99693986a2267b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 23 Nov 1996 22:06:55 +0000 Subject: (usage): Alphabetize options like sort -f would. --- src/cat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cat.c') diff --git a/src/cat.c b/src/cat.c index 5a610c5bc..d8594cba6 100644 --- a/src/cat.c +++ b/src/cat.c @@ -89,16 +89,16 @@ Usage: %s [OPTION] [FILE]...\n\ printf (_("\ Concatenate FILE(s), or standard input, to standard output.\n\ \n\ + -A, --show-all equivalent to -vET\n\ -b, --number-nonblank number nonblank output lines\n\ -e equivalent to -vE\n\ + -E, --show-ends display $ at end of each line\n\ -n, --number number all output lines\n\ -s, --squeeze-blank never more than one single blank line\n\ -t equivalent to -vT\n\ + -T, --show-tabs display TAB characters as ^I\n\ -u (ignored)\n\ -v, --show-nonprinting use ^ and M- notation, except for LFD and TAB\n\ - -A, --show-all equivalent to -vET\n\ - -E, --show-ends display $ at end of each line\n\ - -T, --show-tabs display TAB characters as ^I\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ -- cgit v1.2.3-54-g00ecf