diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 041c1a619b42..2dae19bd4761 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -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); }