mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Document -g option in the usage string.
This commit is contained in:
parent
3dd75dbc2b
commit
0fafb093b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue