diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-24 19:15:07 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-24 19:15:07 +0000 |
commit | 05bced558ee9457c536432b8c529a16724620890 (patch) | |
tree | 78f1462e7c49b381092ccc95851c54c853e1613f /applets | |
parent | f7330a23d4d862d74ba6cbf0efc2f8c4050f5632 (diff) | |
download | busybox-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 'applets')
-rw-r--r-- | applets/usage.c | 4 |
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[] = | |||
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 |