diff --git a/.changelog/24272.txt b/.changelog/24272.txt new file mode 100644 index 000000000..6c2cdd0d3 --- /dev/null +++ b/.changelog/24272.txt @@ -0,0 +1,3 @@ +```release-note:bug +cli: Corrected an ordering mistake in job tag unset help text +``` diff --git a/command/job_tag_unset.go b/command/job_tag_unset.go index 21c841f88..6364b59ba 100644 --- a/command/job_tag_unset.go +++ b/command/job_tag_unset.go @@ -16,7 +16,7 @@ type JobTagUnsetCommand struct { func (c *JobTagUnsetCommand) Help() string { helpText := ` -Usage: nomad job tag unset [options] -name +Usage: nomad job tag unset [options] -name Remove a tag from a job version. This command requires a job ID and a tag name.