standardize on <> for required flags
This commit is contained in:
parent
5ed22f75d6
commit
4332263048
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue