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 | |
parent | 18839ad9c17c3f8fe42210e17c707bfc12fd4b1b (diff) | |
download | coreutils-10ec91d84a53b3acae630864c2e82f2a74fa9c38.tar.xz |
doc: improve ls --help grammar
* src/ls.c (usage): Improve grammar.
Reported by Peng Yu.
-rw-r--r-- | THANKS.in | 1 | ||||
-rw-r--r-- | src/ls.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -454,6 +454,7 @@ Paul Slootman paul@debian.org Paul Townsend aab@purdue.edu Paul Worrall paul@basilisk.uklinux.net Pawel Prokop pablo@wizard.ae.krakow.pl +Peng Yu pengyu.ut@gmail.com Per Cederqvist ceder@lysator.liu.se Per Kristian Hove perhov@math.ntnu.no Per Starbäck starback@stp.lingfil.uu.se @@ -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 (_("\ |