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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c
index cd4f554f3..a94b0b9a6 100644
--- a/modutils/modprobe-small.c
+++ b/modutils/modprobe-small.c
@@ -988,10 +988,9 @@ int modprobe_main(int argc UNUSED_PARAM, char **argv)
988 988
989#if ENABLE_MODPROBE || ENABLE_INSMOD || ENABLE_RMMOD 989#if ENABLE_MODPROBE || ENABLE_INSMOD || ENABLE_RMMOD
990 /* modprobe, insmod, rmmod require at least one argument */ 990 /* modprobe, insmod, rmmod require at least one argument */
991 opt_complementary = "-1";
992 /* only -q (quiet) and -r (rmmod), 991 /* only -q (quiet) and -r (rmmod),
993 * the rest are accepted and ignored (compat) */ 992 * the rest are accepted and ignored (compat) */
994 getopt32(argv, "qrfsvwb"); 993 getopt32(argv, "^" "qrfsvwb" "\0" "-1");
995 argv += optind; 994 argv += optind;
996 995
997 if (is_modprobe) { 996 if (is_modprobe) {