diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-20 19:11:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-20 19:11:02 +0000 |
commit | 44e80d26cb87d65a8b23c75634820ed8890be5f3 (patch) | |
tree | 0cefcc277035ed2176c645c4fd1f6757fa75ee53 /src | |
parent | 409e7dd0b64180dba97ff31a9f80e64b08ac39cc (diff) | |
download | coreutils-44e80d26cb87d65a8b23c75634820ed8890be5f3.tar.xz |
(usage) [%b]: Refer to %B.
Diffstat (limited to 'src')
-rw-r--r-- | src/stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c index 06dd0c214..00d580ccd 100644 --- a/src/stat.c +++ b/src/stat.c @@ -698,7 +698,7 @@ The valid format sequences for files (without --filesystem):\n\ %A Access rights in human readable form\n\ %a Access rights in octal\n\ %B The size of each block reported by `%b'\n\ - %b Number of blocks allocated\n\ + %b Number of blocks allocated (see %B)\n\ "), stdout); fputs (_("\ %D Device number in hex\n\ |