mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
Update doc for the --chain flag (#7520)
This commit is contained in:
@@ -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>,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user