]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: improve ls --help's description of --escape (-b)
authorEric Blake <eblake@redhat.com>
Thu, 18 Mar 2010 15:19:08 +0000 (16:19 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 18 Mar 2010 16:41:12 +0000 (17:41 +0100)
* src/ls.c (usage): Be more precise about how --escape (-b) works:
say "C-style escapes", not "octal escapes".  Reported by Jacky Fong.

THANKS
src/ls.c

diff --git a/THANKS b/THANKS
index a538644264c214f13c940f0508461bce131cb0f4..65a3ab93b5b30e101529f59ca2ece1dabdb67d7e 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -255,6 +255,7 @@ Ilya N. Golubev                     gin@mo.msk.ru
 Ingo Saitz                          ingo@debian.org
 Ivan Labath                         labath3@st.fmph.uniba.sk
 Ivo Timmermans                      ivo@debian.org
+Jacky Fong                          jacky.fong@utoronto.ca
 James                               james@albion.glarp.com
 James Antill                        jmanti%essex.ac.uk@seralph21.essex.ac.uk
 James Lemley                        James.Lemley@acxiom.com
index 3025a76ef3b7082c1a05cda6e29e726e5a9dd720..6bd680e15bd75d753750632b3d0e855a85f87779 100644 (file)
--- 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\