add server-id to -h output
This commit is contained in:
parent
6d5156bbba
commit
b45ce9e997
|
@ -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
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue