]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: improve the --help description of ls -N
authorPádraig Brady <P@draigBrady.com>
Thu, 3 Nov 2016 19:24:25 +0000 (19:24 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 5 Nov 2016 00:42:23 +0000 (00:42 +0000)
* src/ls.c (usage): The existing description was inaccurate
as -N does not directly impact whether control characters
are displayed or not.

src/ls.c

index cb381116394a023d50e143e0463f239a2128840e..d42b9f4d0a98673b470dc446a73e673f9afeab9a 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -4957,8 +4957,7 @@ Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.\n\
 "), stdout);
       fputs (_("\
   -n, --numeric-uid-gid      like -l, but list numeric user and group IDs\n\
-  -N, --literal              print raw entry names (don't treat e.g. control\n\
-                               characters specially)\n\
+  -N, --literal              print entry names without quoting\n\
   -o                         like -l, but do not list group information\n\
   -p, --indicator-style=slash\n\
                              append / indicator to directories\n\