summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcppbuild.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcppbuild.cc b/libcppbuild.cc
index c18d725..927fe72 100644
--- a/libcppbuild.cc
+++ b/libcppbuild.cc
@@ -258,6 +258,7 @@ int main(int argc, char* argv[])
[&]() {
std::cout << "usage stuff\n";
opt.help();
+ exit(0);
return 0;
});