summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorBarnabé BALP <contact@barnabebalp.fr>2022-09-05 19:34:04 +0200
committerGitHub <noreply@github.com>2022-09-05 19:34:04 +0200
commit0df291d3b572d5497fd6c866f2c7b0f6189c8311 (patch)
treecc212907afdfb21323d090c27135268304dc200c /cmd
parent8882b7664d225bf7f8efac6ab10e8d583e48c712 (diff)
downloadpodman-0df291d3b572d5497fd6c866f2c7b0f6189c8311.tar.gz
podman-0df291d3b572d5497fd6c866f2c7b0f6189c8311.tar.bz2
podman-0df291d3b572d5497fd6c866f2c7b0f6189c8311.zip
Update system reset warning message to warn against deletion of all volumes
Signed-off-by: Barnabé BALP <contact@barnabebalp.fr>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/system/reset.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/podman/system/reset.go b/cmd/podman/system/reset.go
index 20f15a34f..02c4a7b46 100644
--- a/cmd/podman/system/reset.go
+++ b/cmd/podman/system/reset.go
@@ -62,7 +62,8 @@ func reset(cmd *cobra.Command, args []string) {
- all images
- all networks
- all build cache
- - all machines`)
+ - all machines
+ - all volumes`)
if len(listCtn) > 0 {
fmt.Println(`WARNING! The following external containers will be purged:`)