From 4dbe1362a8d67f5dbaf53d8e8a308b9cbca94246 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 17 Feb 2023 11:00:02 +0100 Subject: [PATCH] docs: more clarity on prune functionality --- cli/app/undeploy.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cli/app/undeploy.go b/cli/app/undeploy.go index e5861994..cbf8a770 100644 --- a/cli/app/undeploy.go +++ b/cli/app/undeploy.go @@ -87,9 +87,12 @@ var appUndeployCommand = cli.Command{ Usage: "Undeploy an app", BashComplete: autocomplete.AppNameComplete, Description: ` -This does not destroy any of the application data. However, you should remain -vigilant, as your swarm installation will consider any previously attached -volumes as eligible for pruning once undeployed. +This does not destroy any of the application data. + +However, you should remain vigilant, as your swarm installation will consider +any previously attached volumes as eligible for pruning once undeployed. + +Passing "-p/--prune" does not remove those volumes. `, Action: func(c *cli.Context) error { app := internal.ValidateApp(c)