diff options
author | Jim Meyering <meyering@redhat.com> | 2011-06-25 14:54:45 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-06-25 14:54:49 +0200 |
commit | 10ec91d84a53b3acae630864c2e82f2a74fa9c38 (patch) | |
tree | 4af6574f0ccef956d4260a52142bfb33a2dce23f /src | |
parent | 18839ad9c17c3f8fe42210e17c707bfc12fd4b1b (diff) | |
download | coreutils-10ec91d84a53b3acae630864c2e82f2a74fa9c38.tar.xz |
doc: improve ls --help grammar
* src/ls.c (usage): Improve grammar.
Reported by Peng Yu.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4588,7 +4588,7 @@ usage (int status) printf (_("Usage: %s [OPTION]... [FILE]...\n"), program_name); fputs (_("\ List information about the FILEs (the current directory by default).\n\ -Sort entries alphabetically if none of -cftuvSUX nor --sort.\n\ +Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.\n\ \n\ "), stdout); fputs (_("\ |