Skip to content

Commit 96986d4

Browse files
committed
support chainx chain desc doc
1 parent ecd90be commit 96986d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cli/src/params.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ arg_enum! {
6868
/// Shared parameters used by all `CoreParams`.
6969
#[derive(Debug, StructOpt, Clone)]
7070
pub struct SharedParams {
71-
/// Specify the chain specification (one of dev, local or staging)
71+
/// Specify the chain specification (one of dev, mainnet or testnet)
7272
#[structopt(long = "chain", value_name = "CHAIN_SPEC")]
7373
pub chain: Option<String>,
7474

0 commit comments

Comments
 (0)