diff options
author | Jim Meyering <jim@meyering.net> | 1999-07-30 16:01:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-07-30 16:01:44 +0000 |
commit | e246ae876550f07bde562fb668b0773ef8220745 (patch) | |
tree | dea7933de2e58e3cc752e85a09ac3f8b940e5ae2 /src/ls.c | |
parent | 57f1b329c9d0c731a37232738229df7af35eb185 (diff) | |
download | coreutils-e246ae876550f07bde562fb668b0773ef8220745.tar.xz |
(usage): Explain about default wrt --hide-control-chars and
--show-control-chars. Reported by Germano Leichsenring.
Diffstat (limited to 'src/ls.c')
-rw-r--r-- | src/ls.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2906,6 +2906,9 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ -o use long listing format without group info\n\ -p, --file-type append indicator (one of /=@|) to entries\n\ -q, --hide-control-chars print ? instead of non graphic characters\n\ + (This is the default unless the output is a\n\ + terminal and the program is `ls'; otherwise,\n\ + the default is --show-control-chars)\n\ --show-control-chars show non graphic characters as-is (default)\n\ -Q, --quote-name enclose entry names in double quotes\n\ --quoting-style=WORD use quoting style WORD for entry names:\n\ |