mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
cli: improve job and status text (#18628)
This commit is contained in:
@@ -30,7 +30,7 @@ type JobStatusCommand struct {
|
||||
|
||||
func (c *JobStatusCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: nomad status [options] <job>
|
||||
Usage: nomad job status [options] <job>
|
||||
|
||||
Display status information about a job. If no job ID is given, a list of all
|
||||
known jobs will be displayed.
|
||||
|
||||
@@ -27,6 +27,9 @@ Usage: nomad status [options] <identifier>
|
||||
detect the type of resource being queried and display the appropriate
|
||||
status output.
|
||||
|
||||
If no arguments are provided, the command will fallback to "nomad job status",
|
||||
which will list all jobs.
|
||||
|
||||
General Options:
|
||||
|
||||
` + generalOptionsUsage(usageOptsDefault) + `
|
||||
|
||||
Reference in New Issue
Block a user