diff --git a/src/cargo/cargo.rs b/src/cargo/cargo.rs index 8484c9a7265..820b8f113e4 100644 --- a/src/cargo/cargo.rs +++ b/src/cargo/cargo.rs @@ -418,6 +418,10 @@ fn configure(opts: options) -> cargo { if c.pgp { pgp::init(c.root); + } else { + warn("command \"gpg\" is not found"); + warn("you have to install \"gpg\" from source " + + " or package manager to get it to work correctly"); } c