Merge pull request #8884 from hashicorp/b-fix-help-nomad-monitor
Change tabs to spaces in `nomad monitor` help text
This commit is contained in:
commit
8772967b1b
|
@ -22,14 +22,14 @@ func (c *MonitorCommand) Help() string {
|
||||||
helpText := `
|
helpText := `
|
||||||
Usage: nomad monitor [options]
|
Usage: nomad monitor [options]
|
||||||
|
|
||||||
Stream log messages of a nomad agent. The monitor command lets you
|
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
|
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
|
example your agent may only be logging at INFO level, but with the monitor
|
||||||
command you can set -log-level DEBUG
|
command you can set -log-level DEBUG
|
||||||
|
|
||||||
General Options:
|
General Options:
|
||||||
|
|
||||||
` + generalOptionsUsage() + `
|
` + generalOptionsUsage() + `
|
||||||
|
|
||||||
Monitor Specific Options:
|
Monitor Specific Options:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue