summaryrefslogtreecommitdiff
path: root/checkmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'checkmodule.c')
-rw-r--r--checkmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkmodule.c b/checkmodule.c
index cb58cf0..41ebab5 100644
--- a/checkmodule.c
+++ b/checkmodule.c
@@ -171,7 +171,7 @@ int main(int argc, char **argv)
{"output", required_argument, NULL, 'o'},
{"binary", no_argument, NULL, 'b'},
{"version", no_argument, NULL, 'V'},
- {"handle-unknown", optional_argument, NULL, 'U'},
+ {"handle-unknown", required_argument, NULL, 'U'},
{"mls", no_argument, NULL, 'M'},
{NULL, 0, NULL, 0}
};