* src/du.c (usage): Remove an unnecessary "then".
* src/wc.c (usage): Likewise. Add a comma after "-".
* src/sort.c (usage): Likewise. Adjust the indentation to match du and
wc.
fputs (_("\
--files0-from=F summarize device usage of the\n\
NUL-terminated file names specified in file F;\n\
- if F is -, then read names from standard input\n\
+ if F is -, 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\
--debug annotate the part of the line used to sort, and\n\
warn about questionable usage to standard error\n\
--files0-from=F read input from the files specified by\n\
- NUL-terminated names in file F;\n\
- If F is - then read names from standard input\n\
+ NUL-terminated names in file F;\n\
+ If F is -, read names from standard input\n\
"), stdout);
fputs (_("\
-k, --key=KEYDEF sort via a key; KEYDEF gives location and type\n\
fputs (_("\
--files0-from=F read input from the files specified by\n\
NUL-terminated names in file F;\n\
- If F is - then read names from standard input\n\
+ If F is -, read names from standard input\n\
-L, --max-line-length print the maximum display width\n\
-w, --words print the word counts\n\
"), stdout);