From 1d511b4b30003c6dd2a00361481c7f31b3f3aa7b Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 12 Oct 2023 14:06:22 +0200 Subject: [PATCH] Update x/ccv/provider/client/cli/tx.go Co-authored-by: insumity --- x/ccv/provider/client/cli/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/ccv/provider/client/cli/tx.go b/x/ccv/provider/client/cli/tx.go index 5f03591d85..c386c0d12c 100644 --- a/x/ccv/provider/client/cli/tx.go +++ b/x/ccv/provider/client/cli/tx.go @@ -82,7 +82,7 @@ func NewSubmitConsumerMisbehaviourCmd() *cobra.Command { An IBC misbehaviour contains two conflicting IBC client headers, which are used to form a light client attack evidence. The misbehaviour type definition can be found in the IBC client messages, see ibc-go/proto/ibc/core/client/v1/tx.proto. -Examples: +Example: %s tx provider submit-consumer-misbehaviour [path/to/misbehaviour.json] --from node0 --home ../node0 --chain-id $CID `, version.AppName)), Args: cobra.ExactArgs(1),