diff --git a/x/operator/client/cli/query.go b/x/operator/client/cli/query.go index a11372f39..35106c02f 100644 --- a/x/operator/client/cli/query.go +++ b/x/operator/client/cli/query.go @@ -354,7 +354,7 @@ func QueryOperatorSlashInfo() *cobra.Command { // QueryAllOperatorsWithOptInAVS queries all operators func QueryAllOperatorsWithOptInAVS() *cobra.Command { cmd := &cobra.Command{ - Use: "get-operatorList", + Use: "get-operator-list-by-avs ", Short: "get-operatorList", Long: "Get operator list by avs", Args: cobra.ExactArgs(1),