docs: better wording

This commit is contained in:
2021-12-28 02:01:50 +01:00
parent dc9c9715ce
commit bac6fb0fa8
2 changed files with 4 additions and 4 deletions

View File

@ -17,9 +17,9 @@ var appDeployCommand = &cli.Command{
internal.DontWaitConvergeFlag,
},
Description: `
This command deploys a new instance of an app. It does not support changing the
version of an existing deployed app, for this you need to look at the "abra app
upgrade <app>" command.
This command deploys an app. It does not support incrementing the version of a
deployed app, for this you need to look at the "abra app upgrade <app>"
command.
You may pass "--force" to re-deploy the same version again. This can be useful
if the container runtime has gotten into a weird state.