mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 16:17:59 +00:00
docs: Update Substrate CLI Light option to be experimental (#2250)
Consistency with Parity Ethereum CLI Light option https://github.com/paritytech/parity-ethereum/blob/master/parity/cli/mod.rs#L263
This commit is contained in:
committed by
Bastian Köcher
parent
e6d5438b57
commit
296d37ac7f
@@ -305,7 +305,7 @@ pub struct RunCmd {
|
||||
#[structopt(long = "no-grandpa")]
|
||||
pub no_grandpa: bool,
|
||||
|
||||
/// Run in light client mode
|
||||
/// Experimental: Run in light client mode
|
||||
#[structopt(long = "light")]
|
||||
pub light: bool,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user