From 9fa178fccd6e18ebeed5cbec50d65ee6b3438b5a Mon Sep 17 00:00:00 2001 From: Michael Stone Date: Tue, 24 Oct 2017 10:29:35 -0700 Subject: [PATCH] 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. --- src/ls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ls.c b/src/ls.c index 68ebffbefb..49e345aeca 100644 --- a/src/ls.c +++ b/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\ -- 2.47.2