From 44e80d26cb87d65a8b23c75634820ed8890be5f3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 20 Feb 2003 19:11:02 +0000 Subject: [PATCH] (usage) [%b]: Refer to %B. --- src/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stat.c b/src/stat.c index 06dd0c214f..00d580ccd2 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\ -- 2.47.3