Update system reset warning message to warn against deletion of all volumes

Signed-off-by: Barnabé BALP <contact@barnabebalp.fr>
This commit is contained in:
Barnabé BALP
2022-09-05 19:34:04 +02:00
committed by GitHub
parent 8882b7664d
commit 0df291d3b5

View File

@ -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:`)