diff --git a/command/deployment.go b/command/deployment.go index 6f87558fe..56e7ea5c0 100644 --- a/command/deployment.go +++ b/command/deployment.go @@ -26,13 +26,13 @@ Usage: nomad deployment [options] [args] Promote the canaries to allow the remaining allocations to be updated in a rolling deployment fashion: - $ nomad deployment promote + $ nomad deployment promote 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 + $ nomad deployment fail Please see the individual subcommand help for detailed usage information. `