]> git.cworth.org Git - notmuch/commitdiff
cli: clean up exit status code returned by the cli commands
authorJani Nikula <jani@nikula.org>
Fri, 10 Jan 2014 21:28:53 +0000 (23:28 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 18 Jan 2014 18:45:26 +0000 (14:45 -0400)
Apart from the status codes for format mismatches, the non-zero exit
status codes have been arbitrary. Make the cli consistently return
either EXIT_SUCCESS or EXIT_FAILURE.


No differences found