summaryrefslogtreecommitdiffstats
path: root/usr.bin/du/du.c
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2012-07-26 20:41:36 +0000
committerpluknet <pluknet@FreeBSD.org>2012-07-26 20:41:36 +0000
commitf52de12ecb0465903477bc8401e1c58297d4e492 (patch)
tree9f695ecd884d04505946c3d8c9afe1bc4d2c1620 /usr.bin/du/du.c
parent7a9532891d07e562ecaf896372d58c344256ff66 (diff)
downloadFreeBSD-src-f52de12ecb0465903477bc8401e1c58297d4e492.zip
FreeBSD-src-f52de12ecb0465903477bc8401e1c58297d4e492.tar.gz
Document -g option in the usage string.
Diffstat (limited to 'usr.bin/du/du.c')
-rw-r--r--usr.bin/du/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index f2d0934..6194a12 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -493,7 +493,7 @@ static void
usage(void)
{
(void)fprintf(stderr,
- "usage: du [-Aclnx] [-H | -L | -P] [-h | -k | -m ] "
+ "usage: du [-Aclnx] [-H | -L | -P] [-g | -h | -k | -m] "
"[-a | -s | -d depth] [-B blocksize] [-I mask] "
"[-t threshold] [file ...]\n");
exit(EX_USAGE);
OpenPOWER on IntegriCloud