mirror of https://github.com/hashicorp/consul
website: typo fixes
parent
d8ce7d3e84
commit
dc883d151e
|
@ -143,7 +143,7 @@ RUN_QUERY:
|
||||||
}
|
}
|
||||||
setIndex(resp, index)
|
setIndex(resp, index)
|
||||||
|
|
||||||
// Check for exactly match on the query value. Because
|
// Check for exact match on the query value. Because
|
||||||
// the index value is not monotonic, we just ensure it is
|
// the index value is not monotonic, we just ensure it is
|
||||||
// not an exact match.
|
// not an exact match.
|
||||||
if index > 0 && index == b.MinQueryIndex {
|
if index > 0 && index == b.MinQueryIndex {
|
||||||
|
|
|
@ -48,7 +48,7 @@ The list of available flags are:
|
||||||
|
|
||||||
* `-node` - Regular expression to filter nodes which should evaluate the event.
|
* `-node` - Regular expression to filter nodes which should evaluate the event.
|
||||||
|
|
||||||
* `-service` - Regular expression to filter to only nodes which matching services.
|
* `-service` - Regular expression to filter to only nodes with matching services.
|
||||||
|
|
||||||
* `-tag` - Regular expression to filter to only nodes with a service that has
|
* `-tag` - Regular expression to filter to only nodes with a service that has
|
||||||
a matching tag. This must be used with `-service`. As an example, you may
|
a matching tag. This must be used with `-service`. As an example, you may
|
||||||
|
|
Loading…
Reference in New Issue