Skip to content

Commit

Permalink
Update x/avs/client/cli/tx.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 caef9a1 commit a245af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/avs/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func CmdSubmitTaskResult() *cobra.Command {

f := cmd.Flags()
f.String(
FlagOperatorAddress, "", "The address which is used to opt in avs "+
FlagOperatorAddress, "", "The address of the operator being queried "+
" If not provided, it will default to the sender's address.",
)
f.String(
Expand Down

0 comments on commit a245af5

Please sign in to comment.