From: Paul Eggert Date: Wed, 22 Oct 2008 16:40:56 +0000 (+0200) Subject: * src/ls.c (usage): Describe exit statuses more concisely. X-Git-Tag: v7.1~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7920f2c14afd7c72763adfb63d7dae0ebf8b7028;p=thirdparty%2Fcoreutils.git * src/ls.c (usage): Describe exit statuses more concisely. --- diff --git a/src/ls.c b/src/ls.c index 30217683e8..e38a5fee54 100644 --- 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 (); }