summaryrefslogtreecommitdiffstats
path: root/usr.bin/du/du.c
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2011-12-09 02:30:56 +0000
committergjb <gjb@FreeBSD.org>2011-12-09 02:30:56 +0000
commitd9807d7f634d0053aaa1c46c7b95505b88b144c8 (patch)
tree062ba9fe3242a26efe3eaef5953a59890e654f87 /usr.bin/du/du.c
parent9bcc23b7951d32298299c516ff06e92dff3a7651 (diff)
downloadFreeBSD-src-d9807d7f634d0053aaa1c46c7b95505b88b144c8.zip
FreeBSD-src-d9807d7f634d0053aaa1c46c7b95505b88b144c8.tar.gz
Update du(1):
- Sort arguments alphabetically where appropriate - '-B blocksize' is not mutually exclusive of '-h|-k|-m' - Mention '-t' in synopsis - Other wording improvements - Update usage() output to reflect the new synopsis [1] - Other miscellaneous improvements PR: 162438 Submitted by: arundel Reviewed by: Benjamin Kaduk (kaduk ! mit.edu), jhb[1] (original version) MFC after: 1 week
Diffstat (limited to 'usr.bin/du/du.c')
-rw-r--r--usr.bin/du/du.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index 5c670d4..061a019 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -499,9 +499,9 @@ static void
usage(void)
{
(void)fprintf(stderr,
- "usage: du [-A] [-H | -L | -P] [-a | -s | -d depth] [-c] "
- "[-l] [-h | -k | -m | -B bsize] [-n] [-x] [-I mask] "
- "[file ...]\n");
+ "usage: du [-Aclnx] [-H | -L | -P] [-h | -k | -m ] "
+ "[-a | -s | -d depth] [-B blocksize] [-I mask] "
+ "[-t threshold] [file ...]\n");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud