Skip to content

Commit

Permalink
add server-id to -h output
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbailey committed Nov 21, 2019
1 parent 43cc0b8 commit 4454802
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion command/agent_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Usage: nomad monitor [options]
General Options:
` + generalOptionsUsage() + `
Monitor Specific Options:
-log-level <level>
Expand All @@ -39,6 +39,9 @@ Monitor Specific Options:
-node-id <node-id>
Sets the specific node to monitor
-server-id <server-id>
Sets the specific server to monitor
-json
Sets log output to JSON format
`
Expand Down

0 comments on commit 4454802

Please sign in to comment.