diff options
Diffstat (limited to 'src/ck.c')
-rw-r--r-- | src/ck.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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*/ |