o Add -q flag to usage().

MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2010-07-13 04:13:31 +00:00
parent d7e1af0a5b
commit b464045202
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209971

View File

@ -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);
}