aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe-small.c
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/modprobe-small.c')
-rw-r--r--modutils/modprobe-small.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c
index f5b283b47..5ea1be99d 100644
--- a/modutils/modprobe-small.c
+++ b/modutils/modprobe-small.c
@@ -805,7 +805,7 @@ int modprobe_main(int argc UNUSED_PARAM, char **argv)
805 opt_complementary = "-1"; 805 opt_complementary = "-1";
806 /* only -q (quiet) and -r (rmmod), 806 /* only -q (quiet) and -r (rmmod),
807 * the rest are accepted and ignored (compat) */ 807 * the rest are accepted and ignored (compat) */
808 getopt32(argv, "qrfsvw"); 808 getopt32(argv, "qrfsvwb");
809 argv += optind; 809 argv += optind;
810 810
811 /* are we rmmod? -> simulate modprobe -r */ 811 /* are we rmmod? -> simulate modprobe -r */