From 8f128686d97b879829bf2a2dd6c6a468ea4f7521 Mon Sep 17 00:00:00 2001 From: raulk Date: Tue, 10 Dec 2024 16:16:59 +0000 Subject: [PATCH] clarify command description. --- ipc/cli/src/commands/subnet/list_validators.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/cli/src/commands/subnet/list_validators.rs b/ipc/cli/src/commands/subnet/list_validators.rs index d95d27635..ae7fe3495 100644 --- a/ipc/cli/src/commands/subnet/list_validators.rs +++ b/ipc/cli/src/commands/subnet/list_validators.rs @@ -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")]