add server-id to -h output

This commit is contained in:
Drew Bailey
2019-11-21 16:01:09 -05:00
parent 022afcb602
commit f2e2efac38

View File

@@ -30,7 +30,7 @@ Usage: nomad monitor [options]
General Options:
` + generalOptionsUsage() + `
Monitor Specific Options:
-log-level <level>
@@ -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
`