1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-27 01:08:15 +00:00

actions: neatified message for failed verification

This commit is contained in:
Mirek Kratochvil 2013-09-12 12:30:38 +02:00
parent 329953d575
commit d1421926f9

@ -888,7 +888,7 @@ int action_decrypt_verify (bool armor, bool yes,
if (r) {
if (!yes) {
err ("notice: not displaying unverified message");
err ("info: to see it, use yes option");
err ("info: to see it, use the `yes' option");
} else {
err ("warning: following message is UNVERIFIED");
}