From 012ef1e23e3def58749d32bca7dbbaa6c30c26ee Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Mon, 14 Sep 2020 21:20:30 -0500 Subject: [PATCH] Merge pull request #8884 from hashicorp/b-fix-help-nomad-monitor Change tabs to spaces in `nomad monitor` help text --- command/agent_monitor.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/command/agent_monitor.go b/command/agent_monitor.go index 860deb4747c0..332d5d5d50c3 100644 --- a/command/agent_monitor.go +++ b/command/agent_monitor.go @@ -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: