aboutsummaryrefslogtreecommitdiff
path: root/applets/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'applets/usage.c')
-rw-r--r--applets/usage.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c
index 9ae2bb3ef..a9862fd3d 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -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