Skip to content

Commit

Permalink
Merge pull request #8884 from hashicorp/b-fix-help-nomad-monitor
Browse files Browse the repository at this point in the history
Change tabs to spaces in `nomad monitor` help text
  • Loading branch information
Mahmood Ali committed Sep 15, 2020
2 parents 6d26742 + b35ee80 commit fbd1c5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions command/agent_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ func (c *MonitorCommand) Help() string {
helpText := `
Usage: nomad monitor [options]
Stream log messages of a nomad agent. The monitor command lets you
listen for log levels that may be filtered out of the Nomad agent. For
example your agent may only be logging at INFO level, but with the monitor
command you can set -log-level DEBUG
Stream log messages of a nomad agent. The monitor command lets you
listen for log levels that may be filtered out of the Nomad agent. For
example your agent may only be logging at INFO level, but with the monitor
command you can set -log-level DEBUG
General Options:
` + generalOptionsUsage() + `
` + generalOptionsUsage() + `
Monitor Specific Options:
Expand Down

0 comments on commit fbd1c5c

Please sign in to comment.