Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
skunert committed Nov 17, 2023
1 parent 72e176b commit d333fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cumulus/client/cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ pub struct RunCmd {
#[arg(long, conflicts_with = "validator")]
pub collator: bool,

/// Creates a node that uses fewer resources by retrieving relay chain data from a remote node.
/// The provided URLs should point to RPC endpoints of the relay chain.
/// Creates a less resource-hungry node that retrieves relay chain data from an RPC endpoint.
///
/// The provided URLs should point to RPC endpoints of the relay chain.
/// This node connects to the remote nodes following the order they were specified in. If the
/// connection to one fails, it attempts to connect to the next in the list.
/// connection fails, it attempts to connect to the next endpoint in the list.
///
/// Note: This option doesn't stop the node from connecting to the relay chain network but
/// reduces bandwidth use.
Expand Down

0 comments on commit d333fc6

Please sign in to comment.