diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-03 04:04:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-03 04:04:06 +0000 |
commit | 38762b8f78d209b117d514858d7b81d968b15651 (patch) | |
tree | 4eacea1109fd0c1eb6ec29a74b3f3d14ff8d280b | |
parent | 7b2cea5ab25eaa08c4172d2a792717857c289743 (diff) | |
download | coreutils-38762b8f78d209b117d514858d7b81d968b15651.tar.xz |
(usage): Add omitted \n\ at the end of a line in the usage message.
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2738,7 +2738,7 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ --version output version information and exit\n\ \n\ By default, color is not used to distinguish types of files. That is\n\ -equivalent to using --color=none. Using the --color option without the +equivalent to using --color=none. Using the --color option without the\n\ optional WHEN argument is equivalent to using --color=always. With\n\ --color=auto, color codes are output only if standard output is connected\n\ to a terminal (tty).\n\ |