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:
Luke Schoen
2019-04-10 21:43:50 +02:00
committed by Bastian Köcher
parent e6d5438b57
commit 296d37ac7f
+1 -1
View File
@@ -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,