diff --git a/example/first.cpp b/example/first.cpp index 7f9ab57..878db0a 100644 --- a/example/first.cpp +++ b/example/first.cpp @@ -29,7 +29,7 @@ int main(int ac, char* av[]) if (vm.count("help")) { cout << desc << "\n"; - return 1; + return 0; } if (vm.count("compression")) {