summaryrefslogtreecommitdiffstats
path: root/sbin/kldload/kldload.c
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2010-08-30 07:29:27 +0000
committermaxim <maxim@FreeBSD.org>2010-08-30 07:29:27 +0000
commit08e0e5241fd0b24bcb9e6eafac5471d6dbb61f1d (patch)
tree87bfc1bad0aab585055cf4068583fa2f23eda8e1 /sbin/kldload/kldload.c
parente14a354a91cc5fe75376f5ae2b3d886391e1d1fa (diff)
downloadFreeBSD-src-08e0e5241fd0b24bcb9e6eafac5471d6dbb61f1d.zip
FreeBSD-src-08e0e5241fd0b24bcb9e6eafac5471d6dbb61f1d.tar.gz
Make flags in usage() and SYNOPSYS more style(9)-ish.
Suggested by: brian MFC after: 3 days
Diffstat (limited to 'sbin/kldload/kldload.c')
-rw-r--r--sbin/kldload/kldload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c
index 48d00e1..4d8d20a 100644
--- a/sbin/kldload/kldload.c
+++ b/sbin/kldload/kldload.c
@@ -129,7 +129,7 @@ path_check(const char *kldname, int quiet)
static void
usage(void)
{
- fprintf(stderr, "usage: kldload [-v] [-q] file ...\n");
+ fprintf(stderr, "usage: kldload [-qv] file ...\n");
exit(1);
}
OpenPOWER on IntegriCloud