From 9d50d82ead632dac7aa50603e58a2c31b22b8998 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Thu, 28 Mar 2019 19:00:32 +0000 Subject: [PATCH] "job revert" command: alphabetized flags --- command/job_revert.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/command/job_revert.go b/command/job_revert.go index 618873b59..99d22f036 100644 --- a/command/job_revert.go +++ b/command/job_revert.go @@ -31,12 +31,12 @@ Revert Options: the evaluation ID will be printed to the screen, which can be used to examine the evaluation using the eval-status command. - -verbose - Display full information. - -vault-token The Vault token used to verify that the caller has access to the Vault policies i the targeted version of the job. + + -verbose + Display full information. ` return strings.TrimSpace(helpText) }