Skip to content

Commit

Permalink
clarify command description.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed Dec 10, 2024
1 parent 6378fda commit 8f12868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/cli/src/commands/subnet/list_validators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl CommandLineHandler for ListValidators {
#[derive(Debug, Args)]
#[command(
name = "list validators",
about = "List the info of all the validators in the subnet"
about = "List the info of all the validators in the subnet, as viewed by the parent"
)]
pub(crate) struct ListValidatorsArgs {
#[arg(long, help = "The target subnet to perform query")]
Expand Down

0 comments on commit 8f12868

Please sign in to comment.