standardize on <> for required flags

This commit is contained in:
Alex Dadgar 2016-01-27 12:00:31 -08:00
parent 5ed22f75d6
commit 4332263048
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.