diff options
author | pjd <pjd@FreeBSD.org> | 2005-09-24 08:20:45 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-09-24 08:20:45 +0000 |
commit | 917f40a3dce8613c2b4d58ce9e0d9ee2d80be18b (patch) | |
tree | 10a6d3a54446ca2c2e9de647dd80bafdb1084171 /sbin/kldstat/kldstat.c | |
parent | 6a696a6eba4779d65bba9f13429a3491c5180a99 (diff) | |
download | FreeBSD-src-917f40a3dce8613c2b4d58ce9e0d9ee2d80be18b.zip FreeBSD-src-917f40a3dce8613c2b4d58ce9e0d9ee2d80be18b.tar.gz |
Update usage.
Diffstat (limited to 'sbin/kldstat/kldstat.c')
-rw-r--r-- | sbin/kldstat/kldstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index f9fd2c1..74f375e 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); } |