From d619f399e7fd52a9a49e4e2815ece6507a01fb32 Mon Sep 17 00:00:00 2001 From: codegod100 Date: Tue, 14 Feb 2023 13:59:35 +0000 Subject: [PATCH] Update 'cli/app/undeploy.go' --- cli/app/undeploy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/app/undeploy.go b/cli/app/undeploy.go index 3d1c4d95..334c9234 100644 --- a/cli/app/undeploy.go +++ b/cli/app/undeploy.go @@ -24,7 +24,7 @@ var appUndeployCommand = cli.Command{ 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 eligiblef or pruning once undeployed. +volumes as eligible for pruning once undeployed. `, Action: func(c *cli.Context) error { app := internal.ValidateApp(c)