Update keygen.rs
This commit is contained in:
parent
23c01473a0
commit
4efada6d84
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue