OSDN Git Service

Fix bytomcli reset-key-password subcommand help message.
[bytom/bytom.git] / cmd / bytomcli / commands / key.go
index 49fb57d..7bcc1f1 100644 (file)
@@ -68,7 +68,7 @@ var listKeysCmd = &cobra.Command{
 
 var resetKeyPwdCmd = &cobra.Command{
        Use:   "reset-key-password <xpub> <old-password> <new-password>",
-       Short: "Delete a key",
+       Short: "Reset key password",
        Args:  cobra.ExactArgs(3),
        Run: func(cmd *cobra.Command, args []string) {
                xpub := new(chainkd.XPub)