summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2013-07-28 13:54:20 +0200
committerPádraig Brady <P@draigBrady.com>2013-08-01 14:36:36 +0100
commit47b51db120e258fa2a3317933a0a9512b2933754 (patch)
treed6e55b3e52ce260f3c30a0d470c788f8558f341e /src/du.c
parent1127c8a009a28e04dd6a883e1ff59bbf02591583 (diff)
downloadcoreutils-47b51db120e258fa2a3317933a0a9512b2933754.tar.gz
doc: use semicolon instead of period in option descriptions
Also do not end option descriptions with a period, properly indent continuation lines, and make some tiny clarifications. * src/du.c (usage): Lowercase after semicolon. * src/ls.c (usage): Semicolons instead of periods, small rephrasing and two hyphens for clarity, proper indentation. * src/mktemp.c (usage): Semicolons and lowercase. * src/od.c (usage): Semicolons. * src/ptx.c (usage): Use the standard phrase, clarify default option. * src/setuidgid.c (usage): Properly indent continuation line. * src/split.c (usage): Semicolons, lowercase, no final period. * src/stat.c (usage): Semicolons, lowercase. * src/tail.c (usage): Proper indentation, one shorter rephrasing, semicolons, no final periods. * src/timeout.c (usage): Properly indent, semicolons, no final periods. Fixes http://bugs.gnu.org/14976
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/du.c b/src/du.c
index 9f1f98c5c..b8aba0b32 100644
--- a/src/du.c
+++ b/src/du.c
@@ -311,9 +311,9 @@ Summarize disk usage of each FILE, recursively for directories.\n\
--summarize\n\
"), stdout);
fputs (_("\
- --files0-from=F summarize disk usage of the NUL-terminated file\n\
- names specified in file F;\n\
- If F is - then read names from standard input\n\
+ --files0-from=F summarize disk usage of the\n\
+ NUL-terminated file names specified in file F;\n\
+ if F is -, then read names from standard input\n\
-H equivalent to --dereference-args (-D)\n\
-h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G)\
\n\