diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-10 01:32:18 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-11-10 01:32:18 +0000 |
commit | e7fca5125a1e683a8f92e988b6218da63a620f7a (patch) | |
tree | 0656f09f7ba801d3bc1d61452eb055d4cff0388b /modutils/modprobe.c | |
parent | b4f608d8e05feab4edc8ce2547ca0dcd72f0fb82 (diff) | |
download | busybox-w32-e7fca5125a1e683a8f92e988b6218da63a620f7a.tar.gz busybox-w32-e7fca5125a1e683a8f92e988b6218da63a620f7a.tar.bz2 busybox-w32-e7fca5125a1e683a8f92e988b6218da63a620f7a.zip |
*: remove superfluous "?" in option parsing
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r-- | modutils/modprobe.c | 2 |
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)) |