From e59f6220f81fb1706693963cec9d8cb206fad5dd Mon Sep 17 00:00:00 2001 From: milosa Date: Thu, 12 Aug 2021 15:32:44 +0200 Subject: [PATCH] Fix typo --- docs/reference/commandline/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/events.md b/docs/reference/commandline/events.md index d4ccec316314..b479bff478fd 100644 --- a/docs/reference/commandline/events.md +++ b/docs/reference/commandline/events.md @@ -169,7 +169,7 @@ 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 -Using multiple filters will be handled as a *AND*; for example +Using multiple filters will be handled as an *AND*; for example `--filter container=588a23dac085 --filter event=start` will display events for container container 588a23dac085 *AND* the event type is *start*