Fixed an error in job tag unset help text (#24272)

This commit is contained in:
Phil Renaud
2024-10-22 16:02:20 -04:00
committed by GitHub
parent aaf7936bb2
commit cfba3edaab
2 changed files with 4 additions and 1 deletions

3
.changelog/24272.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
cli: Corrected an ordering mistake in job tag unset help text
```

View File

@@ -16,7 +16,7 @@ type JobTagUnsetCommand struct {
func (c *JobTagUnsetCommand) Help() string { func (c *JobTagUnsetCommand) Help() string {
helpText := ` 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. Remove a tag from a job version. This command requires a job ID and a tag name.