From f2e2efac3843ed4a39adbf6d0a701ec05ed8b072 Mon Sep 17 00:00:00 2001 From: Drew Bailey <2614075+drewbailey@users.noreply.github.com> Date: Thu, 21 Nov 2019 16:01:09 -0500 Subject: [PATCH] add server-id to -h output --- command/agent_monitor.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/command/agent_monitor.go b/command/agent_monitor.go index 4dc466d2a..8fd2fdf19 100644 --- a/command/agent_monitor.go +++ b/command/agent_monitor.go @@ -30,7 +30,7 @@ Usage: nomad monitor [options] General Options: ` + generalOptionsUsage() + ` - + Monitor Specific Options: -log-level @@ -39,6 +39,9 @@ Monitor Specific Options: -node-id Sets the specific node to monitor + -server-id + Sets the specific server to monitor + -json Sets log output to JSON format `