diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-07 12:04:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 12:04:12 +0200 |
commit | 6254d38720ef8a4110451a2d1daecc826f80a272 (patch) | |
tree | 3e5ea46d04ae383bd0809c655a134bf1bb77eeed /cmd/podman | |
parent | 1da178a3e68de125b5ddc79e32410d58c1bf85f7 (diff) | |
parent | 4462305fe87f6e7d9649743467adb94f7e32c797 (diff) | |
download | podman-6254d38720ef8a4110451a2d1daecc826f80a272.tar.gz podman-6254d38720ef8a4110451a2d1daecc826f80a272.tar.bz2 podman-6254d38720ef8a4110451a2d1daecc826f80a272.zip |
Merge pull request #15634 from bbalp/update-system-reset-warning-message
Update system reset warning message regarding deletion of volumes
Diffstat (limited to 'cmd/podman')
-rw-r--r-- | cmd/podman/system/reset.go | 3 |
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:`) |