mu: tidy up commands
Fix some typos, small errors, debug leftovers. Removed unused mu-cmd-count.cc. Improve test-coverage. Fix manpage. Make the errors for unknown commands a little friendlier.
This commit is contained in:
@ -51,6 +51,18 @@ which does not give any output unless there is an error.
|
||||
|
||||
#+include: "prefooter.inc" :minlevel 1
|
||||
|
||||
* EXIT CODE
|
||||
|
||||
This command returns 0 when all signatures could be verified successfully, or a
|
||||
non-zero exit code otherwise.
|
||||
|
||||
0. success; all signatures were verified
|
||||
1. verification failed; at least one signature was bad, or could not be
|
||||
verified. The latter includes messages without any signed parts,
|
||||
signed parts without verifiable signatures and failures to set up the
|
||||
crypto machinery for verification.
|
||||
|
||||
|
||||
* SEE ALSO
|
||||
|
||||
{{{man-link(mu,1)}}}
|
||||
|
||||
Reference in New Issue
Block a user