Update keygen.rs

This commit is contained in:
Michael Vines 2019-04-23 19:24:42 -07:00 committed by GitHub
parent 23c01473a0
commit 4efada6d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ fn main() -> Result<(), Box<dyn error::Error>> {
) )
.subcommand( .subcommand(
SubCommand::with_name("pubkey") SubCommand::with_name("pubkey")
.about("Generate a pubkey from keypair file") .about("Display the pubkey from a keypair file")
.arg( .arg(
Arg::with_name("infile") Arg::with_name("infile")
.index(1) .index(1)