Skip to content

Commit

Permalink
improve keytool unpack comment (MystenLabs#4011)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxade authored Aug 15, 2022
1 parent 8d073c7 commit 3c6e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui/src/keytool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub enum KeyToolCommand {
Show {
file: PathBuf,
},
/// Extract components
/// Extract components of a keypair to reveal the Sui Address
Unpack {
keypair: SuiKeyPair,
},
Expand Down

0 comments on commit 3c6e934

Please sign in to comment.