Fix up insmod usage info to mention -L
This commit is contained in:
parent
a18aaf1b6a
commit
8c5cb31e1b
4 changed files with 9 additions and 3 deletions
|
@ -545,7 +545,9 @@ const char insmod_usage[] =
|
|||
"Options:\n"
|
||||
"\t-f\tForce module to load into the wrong kernel version.\n"
|
||||
"\t-k\tMake module autoclean-able.\n"
|
||||
"\t-v\tverbose output\n" "\t-x\tdo not export externs"
|
||||
"\t-v\tverbose output\n"
|
||||
"\t-L\tLock to prevent simultaneous loads of a module\n"
|
||||
"\t-x\tdo not export externs"
|
||||
#endif
|
||||
;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue