diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-21 12:23:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-21 12:23:48 +0000 |
commit | fc5797807e17213d26564b7fdbdd8c69f1d9abd9 (patch) | |
tree | bde966b5668972cff92456469c537dbcc473c4ee /src | |
parent | 7215259bb01eada69d09b05bf192d0f15311d4a0 (diff) | |
download | coreutils-fc5797807e17213d26564b7fdbdd8c69f1d9abd9.tar.xz |
(usage): Tweak wording of %B description.
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 00d580ccd..178376b9b 100644 --- a/src/stat.c +++ b/src/stat.c @@ -697,7 +697,7 @@ The valid format sequences for files (without --filesystem):\n\ \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 The size in bytes of each block reported by `%b'\n\ %b Number of blocks allocated (see %B)\n\ "), stdout); fputs (_("\ |