Add -c option to usage string.

PR:           8568
Submitted by: Ryan Younce <ryany@pobox.com>
This commit is contained in:
Robert Nordier 1998-11-05 07:18:41 +00:00
parent 875e602afe
commit 57037d27d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40925

View File

@ -263,6 +263,6 @@ static void
usage()
{
(void)fprintf(stderr,
"usage: du [-H | -L | -P] [-a | -s | -d depth] [-k] [-x] [file ...]\n");
"usage: du [-H | -L | -P] [-a | -s | -d depth] [-c] [-k] [-x] [file ...]\n");
exit(1);
}