Update keygen.rs
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user