Skip to content

Commit

Permalink
backport of commit cfba3ed
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud authored Oct 22, 2024
1 parent 0fcb228 commit 0095086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/24272.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
cli: Corrected an ordering mistake in job tag unset help text
```
2 changes: 1 addition & 1 deletion command/job_tag_unset.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type JobTagUnsetCommand struct {

func (c *JobTagUnsetCommand) Help() string {
helpText := `
Usage: nomad job tag unset [options] <job> -name <tag>
Usage: nomad job tag unset [options] -name <tag> <job>
Remove a tag from a job version. This command requires a job ID and a tag name.
Expand Down

0 comments on commit 0095086

Please sign in to comment.