Skip to content

Commit

Permalink
chore: fix cmd example for PruneAcknowledgements (#5554)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Jan 9, 2024
1 parent 11b301b commit c885ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/04-channel/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func newPruneAcknowledgementsTxCmd() *cobra.Command {
Short: "Prune expired packet acknowledgements stored in IBC state",
Long: `Prune expired packet acknowledgements and receipts stored in IBC state. Packet ackwnowledgements and
receipts are considered expired if a channel has been upgraded.`,
Example: fmt.Sprintf("%s tx ibc prune-acknowledgements [port] [channel] [limit]", version.AppName),
Example: fmt.Sprintf("%s tx %s %s prune-acknowledgements transfer channel-0 1000", version.AppName, ibcexported.ModuleName, types.SubModuleName),
Args: cobra.ExactArgs(3),
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientTxContext(cmd)
Expand Down

0 comments on commit c885ad5

Please sign in to comment.