strangelove-ventures / horcrux

A threshold Tendermint signer
Apache License 2.0
272 stars 93 forks source link

Incorrect example in CLI help text #271

Open plaidfinch opened 6 months ago

plaidfinch commented 6 months ago

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?