Fixed typo in deployment help text

This commit is contained in:
Charlie Voiselle
2018-05-24 12:44:21 -04:00
parent 0574bd9e73
commit db8043d7a5

View File

@@ -26,13 +26,13 @@ Usage: nomad deployment <subcommand> [options] [args]
Promote the canaries to allow the remaining allocations to be updated in a
rolling deployment fashion:
$ nomad deployment promote <depoloyment-id>
$ nomad deployment promote <deployment-id>
Mark a deployment as failed. This will stop new allocations from being placed
and if the job's upgrade stanza specifies auto_revert, causes the job to
revert back to the last stable version of the job:
$ nomad deployment fail <depoloyment-id>
$ nomad deployment fail <deployment-id>
Please see the individual subcommand help for detailed usage information.
`