aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index dafbb4ecd..bc2dbd128 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -865,7 +865,7 @@ int modprobe_main(int argc, char **argv)
865 int rc = EXIT_SUCCESS; 865 int rc = EXIT_SUCCESS;
866 char *unused; 866 char *unused;
867 867
868 opt_complementary = "?V-:q-v:v-q"; 868 opt_complementary = "q-v:v-q";
869 getopt32(argv, MAIN_OPT_STR, &unused, &unused); 869 getopt32(argv, MAIN_OPT_STR, &unused, &unused);
870 870
871 if (option_mask32 & (DUMP_CONF_EXIT | LIST_ALL)) 871 if (option_mask32 & (DUMP_CONF_EXIT | LIST_ALL))