diff options
author | Jim Meyering <jim@meyering.net> | 1999-08-10 11:00:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-08-10 11:00:58 +0000 |
commit | a26a44baba264fbb5ebc3631ffe7e962b602ab59 (patch) | |
tree | 80f2623ec82ed124844a5da92d92ed058bc48aad /src/ls.c | |
parent | 843d60096ea8b35e0395c03788408582375dbd5b (diff) | |
download | coreutils-a26a44baba264fbb5ebc3631ffe7e962b602ab59.tar.xz |
(usage): Add ls --quoting-style=locale.
Diffstat (limited to 'src/ls.c')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")); |