]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/ls.c (usage): Describe exit statuses more concisely.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Oct 2008 16:40:56 +0000 (18:40 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 22 Oct 2008 16:40:56 +0000 (18:40 +0200)
src/ls.c

index 30217683e8ee3652405bb276e52cf93d26b37e20..e38a5fee54f4b91cee755aefc5372a470083c658 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -4530,10 +4530,8 @@ colors, and can be set easily by the dircolors command.\n\
 \n\
 Exit status:\n\
  0  if OK,\n\
- 1  if minor problems (e.g., failure to access a file or directory not\n\
-    specified as a command line argument,\n\
- 2  if serious trouble (e.g., memory exhausted, invalid option or failure\n\
-    to access a file or directory specified as a command line argument).\n\
+ 1  if minor problems (e.g., cannot access subdirectory),\n\
+ 2  if serious trouble (e.g., cannot access command-line argument).\n\
 "), stdout);
       emit_bug_reporting_address ();
     }