aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-24 19:15:07 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-24 19:15:07 +0000
commit05bced558ee9457c536432b8c529a16724620890 (patch)
tree78f1462e7c49b381092ccc95851c54c853e1613f /usage.c
parentf7330a23d4d862d74ba6cbf0efc2f8c4050f5632 (diff)
downloadbusybox-w32-05bced558ee9457c536432b8c529a16724620890.tar.gz
busybox-w32-05bced558ee9457c536432b8c529a16724620890.tar.bz2
busybox-w32-05bced558ee9457c536432b8c529a16724620890.zip
Fix up insmod usage info to mention -L
git-svn-id: svn://busybox.net/trunk/busybox@1649 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--usage.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index 9ae2bb3ef..a9862fd3d 100644
--- a/usage.c
+++ b/usage.c
@@ -545,7 +545,9 @@ const char insmod_usage[] =
545 "Options:\n" 545 "Options:\n"
546 "\t-f\tForce module to load into the wrong kernel version.\n" 546 "\t-f\tForce module to load into the wrong kernel version.\n"
547 "\t-k\tMake module autoclean-able.\n" 547 "\t-k\tMake module autoclean-able.\n"
548 "\t-v\tverbose output\n" "\t-x\tdo not export externs" 548 "\t-v\tverbose output\n"
549 "\t-L\tLock to prevent simultaneous loads of a module\n"
550 "\t-x\tdo not export externs"
549#endif 551#endif
550 ; 552 ;
551#endif 553#endif