From: Jim Meyering Date: Wed, 11 Oct 2006 05:44:41 +0000 (+0000) Subject: * src/ls.c (usage): Correct description of -s, --size. X-Git-Tag: COREUTILS-6_4~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3e4f829a11b6e515ae0daa2ed22f2e031fabf59;p=thirdparty%2Fcoreutils.git * src/ls.c (usage): Correct description of -s, --size. It works even without -l. Suggestion from Karl Berry. --- diff --git a/ChangeLog b/ChangeLog index 625bc8d55a..b41fc210b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-11 Jim Meyering + + * src/ls.c (usage): Correct description of -s, --size. + It works even without -l. Suggestion from Karl Berry. + 2006-10-10 Paul Eggert * src/ls.c (quote_name): Use initializer rather than memset to diff --git a/src/ls.c b/src/ls.c index c63330ece2..c17a501ff7 100644 --- a/src/ls.c +++ b/src/ls.c @@ -4312,7 +4312,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ fputs (_("\ -r, --reverse reverse order while sorting\n\ -R, --recursive list subdirectories recursively\n\ - -s, --size with -l, print size of each file, in blocks\n\ + -s, --size print the size of each file, in blocks\n\ "), stdout); fputs (_("\ -S sort by file size\n\