mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
Add -c option to usage string.
PR: 8568 Submitted by: Ryan Younce <ryany@pobox.com>
This commit is contained in:
parent
875e602afe
commit
57037d27d5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40925
@ -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…
Reference in New Issue
Block a user