diff --git a/keygen/src/keygen.rs b/keygen/src/keygen.rs index 582a89f40..befdb714d 100644 --- a/keygen/src/keygen.rs +++ b/keygen/src/keygen.rs @@ -29,7 +29,7 @@ fn main() -> Result<(), Box> { ) .subcommand( SubCommand::with_name("pubkey") - .about("Generate a pubkey from keypair file") + .about("Display the pubkey from a keypair file") .arg( Arg::with_name("infile") .index(1)