mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
help and version commands return code 0 (success)
This commit is contained in:
parent
64e7e26eba
commit
95d77c9b98
@ -6015,7 +6015,9 @@ err_cleanup:
|
||||
free_options(&options);
|
||||
if (ret)
|
||||
ERR_print_errors_fp(stdout);
|
||||
if (cmd != CMD_HELP)
|
||||
if (cmd == CMD_HELP)
|
||||
ret = 0; /* OK */
|
||||
else
|
||||
printf(ret ? "Failed\n" : "Succeeded\n");
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user