Skip to content

Commit

Permalink
docs nits
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Vieux <[email protected]>
  • Loading branch information
vieux committed Nov 20, 2014
1 parent 7ff3b81 commit 284cbda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/reference/commandline/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,13 +630,13 @@ and Docker images will report:
The filtering flag (`-f` or `--filter`) format is of "key=value". If you would like to use
multiple filters, pass multiple flags (e.g., `--filter "foo=bar" --filter "bif=baz"`)

Using the same filter multiple times will be handled as a `OR`; for example
Using the same filter multiple times will be handled as a *OR*; for example
`--filter container=588a23dac085 --filter container=a8f7720b8c22` will display events for
container 588a23dac085 `OR` container a8f7720b8c22
container 588a23dac085 *OR* container a8f7720b8c22

Using multiple filters will be handled as a `AND`; for example
Using multiple filters will be handled as a *AND*; for example
`--filter container=588a23dac085 --filter event=start` will display events for container
container 588a23dac085 `AND` only when the event type is `start`
container 588a23dac085 *AND* the event type is *start*

Current filters:
* event
Expand Down

0 comments on commit 284cbda

Please sign in to comment.