summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/use_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/use_common.c b/test/use_common.c
index 380ef6c..9c786f4 100644
--- a/test/use_common.c
+++ b/test/use_common.c
@@ -50,6 +50,7 @@ parse_option(int argc, char * const argv[])
switch (c) {
case 'h':
usage(progname_g);
+ exit(0);
break;
case 'f': /* usecase data file name */
UC_opts.filename = optarg;