mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Fixed an error in job tag unset help text (#24272)
This commit is contained in:
3
.changelog/24272.txt
Normal file
3
.changelog/24272.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
```release-note:bug
|
||||||
|
cli: Corrected an ordering mistake in job tag unset help text
|
||||||
|
```
|
||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user