Skip to content

Commit

Permalink
Fix ISSUE cosmos#64 on cosmosdevs/stargate
Browse files Browse the repository at this point in the history
  • Loading branch information
wimel committed Oct 9, 2020
1 parent d1bbd81 commit 93832bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/upgrade/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func NewCmdSubmitCancelUpgradeProposal() *cobra.Command {
cmd := &cobra.Command{
Use: "cancel-software-upgrade [flags]",
Args: cobra.ExactArgs(0),
Short: "Submit a Cancel previous software upgrade proposal",
Short: "Submit a cancel previous software upgrade proposal",
Long: "Cancel a software upgrade along with an initial deposit.",
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx := client.GetClientContextFromCmd(cmd)
Expand Down

0 comments on commit 93832bb

Please sign in to comment.