summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-10 11:00:58 +0000
committerJim Meyering <jim@meyering.net>1999-08-10 11:00:58 +0000
commita26a44baba264fbb5ebc3631ffe7e962b602ab59 (patch)
tree80f2623ec82ed124844a5da92d92ed058bc48aad /src/ls.c
parent843d60096ea8b35e0395c03788408582375dbd5b (diff)
downloadcoreutils-a26a44baba264fbb5ebc3631ffe7e962b602ab59.tar.xz
(usage): Add ls --quoting-style=locale.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 1e7c3bfb9..be2d764d3 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -2912,7 +2912,7 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\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\
- literal, shell, shell-always, c, escape\n\
+ literal, locale, shell, shell-always, c, escape\n\
-r, --reverse reverse order while sorting\n\
-R, --recursive list subdirectories recursively\n\
-s, --size print size of each file, in blocks\n"));