diff --git a/substrate/core/cli/src/params.rs b/substrate/core/cli/src/params.rs index d25eec2833..934fb15889 100644 --- a/substrate/core/cli/src/params.rs +++ b/substrate/core/cli/src/params.rs @@ -261,7 +261,7 @@ pub struct ExecutionStrategies { )] pub block_construction_execution: ExecutionStrategy, - /// The means of execution used when calling into the runtime while constructing blocks. + /// The means of execution used when calling into the runtime while using an off-chain worker. #[structopt( long = "offchain-worker-execution", value_name = "STRATEGY",