actions: neatified message for failed verification
This commit is contained in:
parent
329953d575
commit
d1421926f9
|
@ -888,7 +888,7 @@ int action_decrypt_verify (bool armor, bool yes,
|
||||||
if (r) {
|
if (r) {
|
||||||
if (!yes) {
|
if (!yes) {
|
||||||
err ("notice: not displaying unverified message");
|
err ("notice: not displaying unverified message");
|
||||||
err ("info: to see it, use yes option");
|
err ("info: to see it, use the `yes' option");
|
||||||
} else {
|
} else {
|
||||||
err ("warning: following message is UNVERIFIED");
|
err ("warning: following message is UNVERIFIED");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue