o Add -q flag to usage().
MFC after: 1 week
This commit is contained in:
parent
d7e1af0a5b
commit
b464045202
@ -129,7 +129,7 @@ path_check(const char *kldname, int quiet)
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: kldload [-v] file ...\n");
|
||||
fprintf(stderr, "usage: kldload [-v] [-q] file ...\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user