add server-id to -h output

This commit is contained in:
Drew Bailey 2019-11-21 16:01:09 -05:00
parent 6d5156bbba
commit b45ce9e997
No known key found for this signature in database
GPG Key ID: FBA61B9FB7CCE1A7
1 changed files with 4 additions and 1 deletions

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
`