Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect example in CLI help text #271

Open
plaidfinch opened this issue May 12, 2024 · 0 comments
Open

Incorrect example in CLI help text #271

plaidfinch opened this issue May 12, 2024 · 0 comments

Comments

@plaidfinch
Copy link

The help text for horcrux address (as of v3.3.0) is as follows:

$ horcrux address --help
Get public key hex address and valcons address

Usage:
  horcrux address chain-id [bech32] [flags]

Examples:
horcrux cosigner address cosmos

Flags:
  -h, --help   help for address

Global Flags:
      --home string   Directory for config and data (default is $HOME/.horcrux)

However, the example listed,

horcrux cosigner address cosmos

is not a valid command because horcrux does not have a cosigner subcommand. I suspect this is vestigial from a previous version of the CLI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant