Skip to content

Commit

Permalink
Merge pull request #1261 from hashicorp/f-node-status
Browse files Browse the repository at this point in the history
Improve node-status command
  • Loading branch information
dadgar committed Jun 12, 2016
2 parents 591104f + b1bd788 commit 9605bbb
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 101 deletions.
3 changes: 3 additions & 0 deletions command/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ func generalOptionsUsage() string {
The region of the Nomad servers to forward commands to.
Overrides the NOMAD_REGION environment variable if set.
Defaults to the Agent's local region.
-no-color
Disables colored command output.
`
return strings.TrimSpace(helpText)
}
Loading

0 comments on commit 9605bbb

Please sign in to comment.