summaryrefslogtreecommitdiffstats
path: root/sbin/kldunload
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-30 13:23:04 +0000
committerru <ru@FreeBSD.org>2005-01-30 13:23:04 +0000
commitd70f40f805f3b1c88638bc679b06852292bfe0aa (patch)
tree63e5c2474cf2ae260792feeb0f8d22c82f5f8778 /sbin/kldunload
parentf64119b04d6936175f18ce1825361e610d1394c8 (diff)
downloadFreeBSD-src-d70f40f805f3b1c88638bc679b06852292bfe0aa.zip
FreeBSD-src-d70f40f805f3b1c88638bc679b06852292bfe0aa.tar.gz
Document -f in usage().
Diffstat (limited to 'sbin/kldunload')
-rw-r--r--sbin/kldunload/kldunload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kldunload/kldunload.c b/sbin/kldunload/kldunload.c
index 29da28d..cdf8f04 100644
--- a/sbin/kldunload/kldunload.c
+++ b/sbin/kldunload/kldunload.c
@@ -37,8 +37,8 @@ __FBSDID("$FreeBSD$");
static void
usage(void)
{
- fprintf(stderr, "usage: kldunload [-v] -i id\n");
- fprintf(stderr, " kldunload [-v] [-n] name\n");
+ fprintf(stderr, "usage: kldunload [-fv] -i id\n");
+ fprintf(stderr, " kldunload [-fv] [-n] name\n");
exit(1);
}
OpenPOWER on IntegriCloud