summaryrefslogtreecommitdiff
path: root/cmd/podman/system/prune.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-09-24 12:14:54 -0400
committerGitHub <noreply@github.com>2021-09-24 12:14:54 -0400
commit85d9b3705126dfb6dfa5d0074df6787599273a08 (patch)
tree07ac8c2103b35d0fc6b3c53d8bdb40605b7e8934 /cmd/podman/system/prune.go
parent9c48947c73b3bac33c18cb94aa6e1c4abc709cca (diff)
parenta97551eb209d882f4aea60764e534739d230645f (diff)
downloadpodman-85d9b3705126dfb6dfa5d0074df6787599273a08.tar.gz
podman-85d9b3705126dfb6dfa5d0074df6787599273a08.tar.bz2
podman-85d9b3705126dfb6dfa5d0074df6787599273a08.zip
Merge pull request #11738 from rhatdan/docs
Fix english on prune prompt
Diffstat (limited to 'cmd/podman/system/prune.go')
-rw-r--r--cmd/podman/system/prune.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/podman/system/prune.go b/cmd/podman/system/prune.go
index e09e2d5e5..5565ea2f9 100644
--- a/cmd/podman/system/prune.go
+++ b/cmd/podman/system/prune.go
@@ -113,15 +113,15 @@ func prune(cmd *cobra.Command, args []string) error {
func createPruneWarningMessage(pruneOpts entities.SystemPruneOptions) string {
if pruneOpts.All {
- return `WARNING! This will remove:
+ return `WARNING! This command removes:
- all stopped containers
- all networks not used by at least one container%s
- - all images without at least one container associated to them
+ - all images without at least one container associated with them
- all build cache
%s`
}
- return `WARNING! This will remove:
+ return `WARNING! This command removes:
- all stopped containers
- all networks not used by at least one container%s
- all dangling images