From 7549be4af7e8ac9a088927c35a011da835968b9f Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Tue, 3 Nov 2015 10:13:11 +0000 Subject: ls: document and test new shell-escape quoting * doc/coreutils.texi (ls invocation): Describe the new 'shell-escape' and 'shell-escape-always' quoting options. * src/ls.c (usage): Mention the new quoting options. * tests/misc/ls-misc.pl: Add a test for 'shell-escape' --- src/ls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ls.c b/src/ls.c index 95a2ed8ec..8d68a03e1 100644 --- a/src/ls.c +++ b/src/ls.c @@ -4906,8 +4906,8 @@ Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.\n\ \n\ -Q, --quote-name enclose entry names in double quotes\n\ --quoting-style=WORD use quoting style WORD for entry names:\n\ - literal, locale, shell, shell-always, c, escape\ -\n\ + literal, locale, shell, shell-always,\n\ + shell-escape, shell-escape-always, c, escape\n\ "), stdout); fputs (_("\ -r, --reverse reverse order while sorting\n\ -- cgit v1.2.3-70-g09d2