Author: maxim
Date: Tue Jul 13 04:13:31 2010
New Revision: 209971
URL: http://svn.freebsd.org/changeset/base/209971
Log:
o Add -q flag to usage().
MFC after: 1 week
Modified:
head/sbin/kldload/kldload.c
Modified: head/sbin/kldload/kldload.c
==============================================================================
--- head/sbin/kldload/kldload.c Tue Jul 13 04:11:25 2010 (r209970)
+++ head/sbin/kldload/kldload.c Tue Jul 13 04:13:31 2010 (r209971)
@@ -129,7 +129,7 @@ path_check(const char *kldname, int quie
static void
usage(void)
{
- fprintf(stderr, "usage: kldload [-v] file ...\n");
+ fprintf(stderr, "usage: kldload [-v] [-q] file ...\n");
exit(1);
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"