aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fl2k_iq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl2k_iq.c b/src/fl2k_iq.c
index 40cc28a..9ca0fd7 100644
--- a/src/fl2k_iq.c
+++ b/src/fl2k_iq.c
@@ -382,7 +382,7 @@ int main(int argc, char **argv)
};
while (1) {
- opt = getopt_long(argc, argv, "d:c:m:i:s:", long_options, &option_index);
+ opt = getopt_long(argc, argv, "d:c:i:s:", long_options, &option_index);
/* end of options reached */
if (opt == -1)