Skip to content

Commit

Permalink
Update descriptions in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Nov 17, 2022
1 parent 3330562 commit de0be44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/foundation/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ Example of the content of messages-json:
}

flags.AddTxFlagsToCmd(cmd)
cmd.Flags().String(FlagExec, "", "Set to 1 to try to execute proposal immediately after creation")
cmd.Flags().String(FlagExec, "", "Set to 'try' to try to execute proposal immediately after creation (proposers signatures are considered as Yes votes)")

return cmd
}
Expand Down Expand Up @@ -564,7 +564,7 @@ Parameters:
}

flags.AddTxFlagsToCmd(cmd)
cmd.Flags().String(FlagExec, "", "Set to 1 to try to execute proposal immediately after voting")
cmd.Flags().String(FlagExec, "", "Set to 'try' to try to execute proposal immediately after voting")

return cmd
}
Expand Down

0 comments on commit de0be44

Please sign in to comment.