Skip to content

Commit

Permalink
Update x/operator/client/cli/query.go
Browse files Browse the repository at this point in the history
Co-authored-by: Max <[email protected]>
  • Loading branch information
trestinlsd and MaxMustermann2 authored Sep 2, 2024
1 parent a245af5 commit f4e3819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/operator/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 <avsAddr>",
Short: "get-operatorList",
Long: "Get operator list by avs",
Args: cobra.ExactArgs(1),
Expand Down

0 comments on commit f4e3819

Please sign in to comment.