Changing key removal message

Signed-off-by: Diogo Monica <diogo@docker.com>
This commit is contained in:
Diogo Monica
2015-07-28 13:30:41 -07:00
parent 5a57f5e970
commit bdd6760c69

View File

@@ -60,7 +60,7 @@ func keysRemoveRootKey(cmd *cobra.Command, args []string) {
}
// List all the keys about to be removed
fmt.Printf("Are you sure you want to remove the following key? (yes/no)\n%s\n", keyID)
fmt.Printf("Are you sure you want to remove the following key?\n%s\n (yes/no)\n", keyID)
// Ask for confirmation before removing keys
confirmed := askConfirm()