Skip to content

Commit

Permalink
Fix CLI sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Feb 8, 2024
1 parent c1b6ccf commit 31f20da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/cmd/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 31f20da

Please sign in to comment.