From 5b3adc0d42463cdaf5177908bb434371e01eef96 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 28 Jun 2010 13:48:38 +0200 Subject: doc: df, du, ls: improve --blocksize description in --help * src/du.c (usage): Print better --blocksize description. Prompted by Samuel Thibault in . * src/df.c (usage): Likewise. * src/ls.c (usage): Likewise. --- src/df.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/df.c') diff --git a/src/df.c b/src/df.c index f47b3fcc4..76622fb69 100644 --- a/src/df.c +++ b/src/df.c @@ -819,7 +819,9 @@ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ -a, --all include dummy file systems\n\ - -B, --block-size=SIZE use SIZE-byte blocks\n\ + -B, --block-size=SIZE scale sizes by SIZE before printing them. E.g.,\n\ + `-BM' prints sizes in units of 1,048,576 bytes.\n\ + See SIZE format below.\n\ --total produce a grand total\n\ -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\n\ -H, --si likewise, but use powers of 1000 not 1024\n\ -- cgit v1.2.3-54-g00ecf