Skip to content

Commit

Permalink
command desc
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Oct 31, 2023
1 parent d7b289d commit 3d2cb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zetacored/get_pubkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3d2cb02

Please sign in to comment.