svn commit: r238817 - head/usr.bin/du

Sergey Kandaurov pluknet at FreeBSD.org
Thu Jul 26 20:41:37 UTC 2012


Author: pluknet
Date: Thu Jul 26 20:41:36 2012
New Revision: 238817
URL: http://svn.freebsd.org/changeset/base/238817

Log:
  Document -g option in the usage string.

Modified:
  head/usr.bin/du/du.c

Modified: head/usr.bin/du/du.c
==============================================================================
--- head/usr.bin/du/du.c	Thu Jul 26 19:18:26 2012	(r238816)
+++ head/usr.bin/du/du.c	Thu Jul 26 20:41:36 2012	(r238817)
@@ -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);


More information about the svn-src-all mailing list