aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r--modutils/modprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index fe399acfc..36a3c3535 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -868,7 +868,7 @@ int modprobe_main(int argc, char** argv)
868 char *unused; 868 char *unused;
869 869
870 opt_complementary = "?V-:q-v:v-q"; 870 opt_complementary = "?V-:q-v:v-q";
871 main_opts = getopt32(argc, argv, "acdklnqrst:vVC:", 871 main_opts = getopt32(argv, "acdklnqrst:vVC:",
872 &unused, &unused); 872 &unused, &unused);
873 if (main_opts & (DUMP_CONF_EXIT | LIST_ALL)) 873 if (main_opts & (DUMP_CONF_EXIT | LIST_ALL))
874 return EXIT_SUCCESS; 874 return EXIT_SUCCESS;