Skip to content

Commit

Permalink
fix tx packet cli usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Mar 8, 2025
1 parent fdea6b9 commit d9ac258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func CmdSend<%= packetName.UpperCamel %>() *cobra.Command {
flagPacketTimeoutTimestamp := "packet-timeout-timestamp"

cmd := &cobra.Command{
Use: "send-<%= packetName.Kebab %> [src-port] [src-channel]<%= fields.String() %>",
Use: "send-<%= packetName.Kebab %> [src-port] [src-channel] <%= fields.CLIUsage() %>",
Short: "Send a <%= packetName.Original %> over IBC",
Args: cobra.ExactArgs(<%= len(fields) + 2 %>),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit d9ac258

Please sign in to comment.