Update 'cli/app/undeploy.go'

This commit is contained in:
codegod100 2023-02-14 13:59:35 +00:00
parent 96a8cb7aff
commit d619f399e7
1 changed files with 1 additions and 1 deletions

View File

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