Add -c option to usage string.
PR: 8568 Submitted by: Ryan Younce <ryany@pobox.com>
This commit is contained in:
parent
875e602afe
commit
57037d27d5
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user