From 4b67fd89d4a48f762774ca3b8c5edec88ed214e5 Mon Sep 17 00:00:00 2001 From: Chris Baker <1675087+cgbaker@users.noreply.github.com> Date: Fri, 20 Sep 2019 12:24:53 -0500 Subject: [PATCH] fixed incorrect CLI documentation in `job deployments` listed `-all-allocs` instead of `-all` --- command/job_deployments.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/job_deployments.go b/command/job_deployments.go index 291bab23a..66ca76ca8 100644 --- a/command/job_deployments.go +++ b/command/job_deployments.go @@ -36,7 +36,7 @@ Deployments Options: -verbose Display full information. - -all-allocs + -all Display all deployments matching the job ID, including those from an older instance of the job. `