summaryrefslogtreecommitdiffstats
path: root/vmchooser/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser/main.cxx')
-rw-r--r--vmchooser/main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmchooser/main.cxx b/vmchooser/main.cxx
index 42484c6..9f8087f 100644
--- a/vmchooser/main.cxx
+++ b/vmchooser/main.cxx
@@ -49,7 +49,7 @@ int main(int argc, char** argv) {
/** HELP */
if(opt->getFlag("help") || opt->getFlag('h')) {
opt->printUsage();
- return 1;
+ return 0;
}
/** XML - PATH */