summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-02-20 19:31:31 +0100
committerJim Meyering <meyering@redhat.com>2009-02-20 19:32:02 +0100
commit2061cd8aa64454d689a4de600aa515781cf346c2 (patch)
tree5a0eb564d792af29e474a9057d396f10888789b3 /src/ls.c
parent0c91ae335d45250ed9024ededd36aac40e071d7b (diff)
downloadcoreutils-2061cd8aa64454d689a4de600aa515781cf346c2.tar.xz
doc: ls: clarify description of -s
* src/ls.c (usage): Make the description of -s mention "allocated size", so that it's less likely to be confused with an apparent byte-count. Suggested by Vito Caputo.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ls.c b/src/ls.c
index 59d1fae01..5d0deecaf 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -1,5 +1,5 @@
/* `dir', `vdir' and `ls' directory listing programs for GNU.
- Copyright (C) 85, 88, 90, 91, 1995-2008 Free Software Foundation, Inc.
+ Copyright (C) 85, 88, 90, 91, 1995-2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -4503,7 +4503,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 print the size of each file, in blocks\n\
+ -s, --size print the allocated size of each file, in blocks\n\
"), stdout);
fputs (_("\
-S sort by file size\n\