Fix command documentation

This commit is contained in:
Christopher Goes
2018-06-01 06:21:26 +02:00
parent c7a9b53fae
commit 7ff6eebb32
+1 -1
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 {