mirror of
https://github.com/docker/docs.git
synced 2026-04-05 18:58:55 +07:00
Changing key removal message
Signed-off-by: Diogo Monica <diogo@docker.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user