Fix command documentation

This commit is contained in:
Christopher Goes 2018-06-01 04:54:17 +02:00
parent c7a9b53fae
commit 7ff6eebb32
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
// get the command to query signing info
func GetCmdQuerySigningInfo(storeName string, cdc *wire.Codec) *cobra.Command {
cmd := &cobra.Command{
Use: "signing_info [owner-addr]",
Use: "signing_info [validator-pubkey]",
Short: "Query a validator's signing information",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {