From 31f20daf27830766af1203606137483cf0087d92 Mon Sep 17 00:00:00 2001 From: Dzmitry Hil Date: Thu, 8 Feb 2024 17:00:13 +0300 Subject: [PATCH] Fix CLI sample --- relayer/cmd/cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relayer/cmd/cli/cli.go b/relayer/cmd/cli/cli.go index 787a9163..a9e6eb21 100644 --- a/relayer/cmd/cli/cli.go +++ b/relayer/cmd/cli/cli.go @@ -933,7 +933,7 @@ $ recover-xrpl-token-registration [issuer] [currency] --%s owner // UpdateXRPLTokenCmd updates the XRPL originated token in the bridge contract. func UpdateXRPLTokenCmd(bcp BridgeClientProvider) *cobra.Command { cmd := &cobra.Command{ - Use: "update-xrpl-token [denom]", + Use: "update-xrpl-token [issuer] [currency]", Short: "Updates XRPL token in the bridge contract.", //nolint:lll // long example Long: strings.TrimSpace(