Skip to content

Commit

Permalink
fix: feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Rigaud committed Sep 26, 2024
1 parent 5c9aca0 commit 1e842c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/cosmovisor/cmd/cosmovisor/show_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ func NewShowUpgradeInfoCmd() *cobra.Command {
showUpgradeInfo := &cobra.Command{
Use: "show-upgrade-info",
Short: "Show upgrade-info.json into stdout.",
SilenceUsage: true,
SilenceUsage: false,
Args: cobra.cobra.NoArgs,
RunE: showUpgradeInfoCmd,
}

Expand Down

0 comments on commit 1e842c5

Please sign in to comment.