Skip to content

Commit

Permalink
comments fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Iulian Barbu <[email protected]>
  • Loading branch information
iulianbarbu committed Nov 26, 2024
1 parent 9eab6a1 commit e321830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions substrate/client/cli/src/params/shared_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ pub struct SharedParams {

/// Specify the development chain.
///
/// This flag sets `--chain=dev` if `--chain`, `--force-authoring`, `--rpc-cors=all`,
/// `--alice`, and `--tmp` flags, unless explicitly overridden. It also disables
/// local peer discovery (see `--no-mdns` and `--discover-local)`.
/// This flag sets `--chain=dev`, `--force-authoring`, `--rpc-cors=all`, `--alice`, and `--tmp`
/// flags, unless explicitly overridden. It also disables local peer discovery (see `--no-mdns`
/// and `--discover-local)`.
#[arg(long)]
pub dev: bool,

Expand Down

0 comments on commit e321830

Please sign in to comment.