summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2013-08-03 10:38:12 +0200
committerPádraig Brady <P@draigBrady.com>2013-08-05 01:01:10 +0100
commitda398ae5dfa43efda48310899c24242da4764f44 (patch)
treeb706c768edf308856403b9f05425a1d4b1d3dac8 /src/df.c
parent57b6bdff7e277c6286afd439bb276049dd9ef6ea (diff)
downloadcoreutils-da398ae5dfa43efda48310899c24242da4764f44.tar.xz
doc: more semicolons instead of periods in option descriptions
Also slightly rephrase some descriptions for extra clarity, and add more consistent indentation. * src/df.c (usage): Semicolon, no final period. * src/du.c (usage): Likewise, plus indentation and clarifying words. * src/ls.c (usage): Semicolon, rephrasings, added parentheses for clarity, indentation. * src/rm.c (usage): Semicolons. * src/tail.c (usage): Adjust -f description to prefer explanatory language instead of option syntax.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/df.c b/src/df.c
index e01806490..c2c390e3a 100644
--- a/src/df.c
+++ b/src/df.c
@@ -1233,9 +1233,9 @@ or all file systems by default.\n\
fputs (_("\
-a, --all include dummy file systems\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\
+ -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\