@@ -7,8 +7,8 @@ "testbin", "1.0.0", e.args, e.argc, "this is a test of the kcli module", }; - kcli_usage(testbin, e.err); + kcond c = kcli_usage(testbin, e.err); - return 0; + return c; }