Skip to content

Commit

Permalink
Update doc for the --chain flag (paritytech#7520)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin authored and darkfriend77 committed Jan 11, 2021
1 parent b7ac2aa commit ed14a3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/cli/src/params/shared_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ use structopt::StructOpt;
/// Shared parameters used by all `CoreParams`.
#[derive(Debug, StructOpt)]
pub struct SharedParams {
/// Specify the chain specification (one of dev, local, or staging).
/// Specify the chain specification.
///
/// It can be one of the predefined ones (dev, local, or staging) or it can be a path to a file with
/// the chainspec (such as one exported by the `build-spec` subcommand).
#[structopt(long, value_name = "CHAIN_SPEC")]
pub chain: Option<String>,

Expand Down

0 comments on commit ed14a3a

Please sign in to comment.