summaryrefslogtreecommitdiff
path: root/src/cli_bin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli_bin.cpp')
-rw-r--r--src/cli_bin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_bin.cpp b/src/cli_bin.cpp
index 5823c02..9528277 100644
--- a/src/cli_bin.cpp
+++ b/src/cli_bin.cpp
@@ -206,7 +206,7 @@ main(int argc, char **argv)
}
if (op_idx == -1) {
printf("Invalid operation\n");
- exit(-1);
+ exit(1);
}
if (initialize_output(OP_Str) == -1) {