mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-27 01:44:21 +00:00
doc: mention QUOTING_STYLE env var in ls man page
* src/ls.c (usage): Mention QUOTING_STYLE with the --quoting-style option, and indicate it has lower precedence than that option.
This commit is contained in:
parent
84f7231dfa
commit
9fa178fccd
1
src/ls.c
1
src/ls.c
@ -5229,6 +5229,7 @@ Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.\n\
|
||||
--quoting-style=WORD use quoting style WORD for entry names:\n\
|
||||
literal, locale, shell, shell-always,\n\
|
||||
shell-escape, shell-escape-always, c, escape\n\
|
||||
(overrides QUOTING_STYLE environment variable)\n\
|
||||
"), stdout);
|
||||
fputs (_("\
|
||||
-r, --reverse reverse order while sorting\n\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user