mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
standardize on <> for required flags
This commit is contained in:
@@ -12,7 +12,7 @@ type NodeStatusCommand struct {
|
||||
|
||||
func (c *NodeStatusCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: nomad node-status [options] [node]
|
||||
Usage: nomad node-status [options] <node>
|
||||
|
||||
Display status information about a given node. The list of nodes
|
||||
returned includes only nodes which jobs may be scheduled to, and
|
||||
|
||||
@@ -18,7 +18,7 @@ type StatusCommand struct {
|
||||
|
||||
func (c *StatusCommand) Help() string {
|
||||
helpText := `
|
||||
Usage: nomad status [options] [job]
|
||||
Usage: nomad status [options] <job>
|
||||
|
||||
Display status information about jobs. If no job ID is given,
|
||||
a list of all known jobs will be dumped.
|
||||
|
||||
Reference in New Issue
Block a user