We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2641bd commit eadb5b3Copy full SHA for eadb5b3
1 file changed
cli/command/container/prune.go
@@ -44,7 +44,7 @@ func NewPruneCommand(dockerCli *command.DockerCli) *cobra.Command {
44
}
45
46
const warning = `WARNING! This will remove all stopped containers.
47
-Are you sure you want to continue? [y/N] `
+Are you sure you want to continue?`
48
49
func runPrune(dockerCli *command.DockerCli, opts pruneOptions) (spaceReclaimed uint64, output string, err error) {
50
if !opts.force && !command.PromptForConfirmation(dockerCli.In(), dockerCli.Out(), warning) {
0 commit comments