diff options
Diffstat (limited to 'modutils/modprobe-small.c')
-rw-r--r-- | modutils/modprobe-small.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index cf22b9471..0e1874ed4 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c | |||
@@ -685,6 +685,19 @@ The following options are useful for people managing distributions: | |||
685 | Use the file instead of the current kernel symbols | 685 | Use the file instead of the current kernel symbols |
686 | */ | 686 | */ |
687 | 687 | ||
688 | //usage:#if ENABLE_MODPROBE_SMALL | ||
689 | //usage:#define modprobe_trivial_usage | ||
690 | //usage: "[-qfwrsv] MODULE [symbol=value]..." | ||
691 | //usage:#define modprobe_full_usage "\n\n" | ||
692 | //usage: "Options:" | ||
693 | //usage: "\n -r Remove MODULE (stacks) or do autoclean" | ||
694 | //usage: "\n -q Quiet" | ||
695 | //usage: "\n -v Verbose" | ||
696 | //usage: "\n -f Force" | ||
697 | //usage: "\n -w Wait for unload" | ||
698 | //usage: "\n -s Report via syslog instead of stderr" | ||
699 | //usage:#endif /* ENABLE_MODPROBE_SMALL */ | ||
700 | |||
688 | int modprobe_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 701 | int modprobe_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
689 | int modprobe_main(int argc UNUSED_PARAM, char **argv) | 702 | int modprobe_main(int argc UNUSED_PARAM, char **argv) |
690 | { | 703 | { |