From 3d2cb02f868c09f1e323454b4ee1540a0b5f06ca Mon Sep 17 00:00:00 2001 From: lumtis Date: Tue, 31 Oct 2023 14:15:01 -0700 Subject: [PATCH] command desc --- cmd/zetacored/get_pubkey.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/zetacored/get_pubkey.go b/cmd/zetacored/get_pubkey.go index 11c6dce209..a924c199af 100644 --- a/cmd/zetacored/get_pubkey.go +++ b/cmd/zetacored/get_pubkey.go @@ -13,7 +13,7 @@ import ( func GetPubKeyCmd() *cobra.Command { cmd := &cobra.Command{ Use: "get-pubkey [tssKeyName] [password]", - Short: "Get you node account", + Short: "Get the node account public key", Args: cobra.MinimumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error { clientCtx := client.GetClientContextFromCmd(cmd)