aboutsummaryrefslogtreecommitdiffstats
path: root/src/ck.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ck.c')
-rw-r--r--src/ck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ck.c b/src/ck.c
index b9e6f53..1364d23 100644
--- a/src/ck.c
+++ b/src/ck.c
@@ -43,6 +43,7 @@ int main(int argc, const char **argv) {
/* get user opt */
if (parse_action(argc, argv, &opt)) {
+ if(opt.version) rc = 0;
goto error;
}
/* If the action is init or help don't load the config, skip to running it*/