summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-03-18 16:19:08 +0100
committerJim Meyering <meyering@redhat.com>2010-03-18 17:41:12 +0100
commitb44d4b6b0e2e5a422bd39be19f397142c3632b5a (patch)
tree1e3c55b80f8f45e7918456270004b96d4df618bb /src
parentd75820e5168d7748997923d4b81d67fcee4ad226 (diff)
downloadcoreutils-b44d4b6b0e2e5a422bd39be19f397142c3632b5a.tar.xz
doc: improve ls --help's description of --escape (-b)
* src/ls.c (usage): Be more precise about how --escape (-b) works: say "C-style escapes", not "octal escapes". Reported by Jacky Fong.
Diffstat (limited to 'src')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 3025a76ef..6bd680e15 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -4594,7 +4594,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
-a, --all do not ignore entries starting with .\n\
-A, --almost-all do not list implied . and ..\n\
--author with -l, print the author of each file\n\
- -b, --escape print octal escapes for nongraphic characters\n\
+ -b, --escape print C-style escapes for nongraphic characters\n\
"), stdout);
fputs (_("\
--block-size=SIZE use SIZE-byte blocks. See SIZE format below\n\