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)