CLI supports creating ledger keys

This commit is contained in:
Ethan Frey 2017-09-13 13:47:04 +02:00
parent 8f9caa8907
commit 2cc53beca7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ passed as a command line argument for security.`,
}
func init() {
newCmd.Flags().StringP(flagType, "t", "ed25519", "Type of key (ed25519|secp256k1)")
newCmd.Flags().StringP(flagType, "t", "ed25519", "Type of key (ed25519|secp256k1|ledger")
newCmd.Flags().Bool(flagNoBackup, false, "Don't print out seed phrase (if others are watching the terminal)")
}