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/ls.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index 668507e0c..ff0ad2144 100644 --- a/src/ls.c +++ b/src/ls.c @@ -4592,7 +4592,9 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -b, --escape print C-style escapes for nongraphic characters\n\ "), stdout); fputs (_("\ - --block-size=SIZE use SIZE-byte blocks. See SIZE format below\n\ + --block-size=SIZE scale sizes by SIZE before printing them. E.g.,\n\ + `--block-size=M' prints sizes in units of\n\ + 1,048,576 bytes. See SIZE format below.\n\ -B, --ignore-backups do not list implied entries ending with ~\n\ -c with -lt: sort by, and show, ctime (time of last\n\ modification of file status information)\n\ -- cgit v1.2.3-54-g00ecf