Skip to content

Commit

Permalink
fix typo of help information of starcoin cli (#3375)
Browse files Browse the repository at this point in the history
* fix typo of help information of `starcoin` cli
  • Loading branch information
geometryolife authored May 5, 2022
1 parent bef5e75 commit e0ec500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/network_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pub struct NetworkConfig {

#[serde(skip)]
#[clap(long = "node-key")]
/// Node network private key string
/// Node network private key string.
/// This option is skip for config file, only support cli option, after init will write the key to node_key_file
pub node_key: Option<String>,

Expand Down

0 comments on commit e0ec500

Please sign in to comment.