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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to