diff options
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |