We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd90be commit 96986d4Copy full SHA for 96986d4
core/cli/src/params.rs
@@ -68,7 +68,7 @@ arg_enum! {
68
/// Shared parameters used by all `CoreParams`.
69
#[derive(Debug, StructOpt, Clone)]
70
pub struct SharedParams {
71
- /// Specify the chain specification (one of dev, local or staging)
+ /// Specify the chain specification (one of dev, mainnet or testnet)
72
#[structopt(long = "chain", value_name = "CHAIN_SPEC")]
73
pub chain: Option<String>,
74
0 commit comments