aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/kldstat/kldstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c
index f9fd2c1b7dd7..74f375e0ec6c 100644
--- a/sbin/kldstat/kldstat.c
+++ b/sbin/kldstat/kldstat.c
@@ -77,7 +77,7 @@ static void
usage(void)
{
fprintf(stderr, "usage: kldstat [-v] [-i id] [-n filename]\n");
- fprintf(stderr, " kldstat [-m modname]\n");
+ fprintf(stderr, " kldstat [-q] [-m modname]\n");
exit(1);
}