Skip to content

Commit

Permalink
updates Use to update-msg-params-proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed Dec 5, 2024
1 parent b784834 commit b6820f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/gov/autocli.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
},
{
RpcMethod: "UpdateMessageParams",
Use: "update-params-msg-url-params <msg-url> <msg-params>",
Use: "update-msg-params-proposal <msg-url> <msg-params>",
Short: "Submit a proposal to update gov module message params. Note: the entire params must be provided.",
Example: fmt.Sprintf(`%s tx gov update-params-msg-url-params [msg-url]'{ params }'`, version.AppName),
Example: fmt.Sprintf(`%s tx gov update-msg-params-proposal [msg-url]'{ params }'`, version.AppName),
PositionalArgs: []*autocliv1.PositionalArgDescriptor{
{ProtoField: "msg_url"},
{ProtoField: "params"},
Expand Down

0 comments on commit b6820f1

Please sign in to comment.