summaryrefslogtreecommitdiff
path: root/tools/scan_includes.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scan_includes.c')
-rw-r--r--tools/scan_includes.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/scan_includes.c b/tools/scan_includes.c
index bec42ed75..b6fcca03a 100644
--- a/tools/scan_includes.c
+++ b/tools/scan_includes.c
@@ -105,6 +105,10 @@ void get_args(int argc, char *argv[]) {
case 'h':
Options.help = true;
break;
+ default:
+ usage();
+ exit(1);
+ break;
}
}
}