From db8043d7a581739f7d3bb4e9ef7d4fd079695cde Mon Sep 17 00:00:00 2001 From: Charlie Voiselle Date: Thu, 24 May 2018 12:44:21 -0400 Subject: [PATCH] Fixed typo in deployment help text --- command/deployment.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. `