OSDN Git Service

Fix bytomcli reset-key-password subcommand help message.
authorSunLei <gitter0759@gmail.com>
Thu, 24 May 2018 10:23:05 +0000 (18:23 +0800)
committerSunLei <gitter0759@gmail.com>
Thu, 24 May 2018 10:23:56 +0000 (18:23 +0800)
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)