mirror of https://github.com/status-im/consul.git
website: Fix list of types available to watch
The list of types erroneously had services listed twice in place of 'service' and 'services'
This commit is contained in:
parent
a82bbb6561
commit
8256737d5d
|
@ -53,5 +53,5 @@ The list of available flags are:
|
|||
* `-tag` - Service tag to filter on. Optional for `service` type.
|
||||
|
||||
* `-type` - Watch type. Required, one of "key", "keyprefix", "services",
|
||||
"nodes", "services", "checks", or "event".
|
||||
"nodes", "service", "checks", or "event".
|
||||
|
||||
|
|
Loading…
Reference in New Issue