From bdb8512522018894b3128c993af8908587619b9e Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 27 Jan 2016 12:00:31 -0800 Subject: [PATCH] standardize on <> for required flags --- command/node_status.go | 2 +- command/status.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/command/node_status.go b/command/node_status.go index 1a108c765..67509757a 100644 --- a/command/node_status.go +++ b/command/node_status.go @@ -12,7 +12,7 @@ type NodeStatusCommand struct { func (c *NodeStatusCommand) Help() string { helpText := ` -Usage: nomad node-status [options] [node] +Usage: nomad node-status [options] Display status information about a given node. The list of nodes returned includes only nodes which jobs may be scheduled to, and diff --git a/command/status.go b/command/status.go index 6f9c47111..d5d127d35 100644 --- a/command/status.go +++ b/command/status.go @@ -18,7 +18,7 @@ type StatusCommand struct { func (c *StatusCommand) Help() string { helpText := ` -Usage: nomad status [options] [job] +Usage: nomad status [options] Display status information about jobs. If no job ID is given, a list of all known jobs will be dumped.