mirror of https://github.com/docker/docs.git
Fixed rouge paren
Signed-off-by: Michal Gebauer <mishak@mishak.net>
This commit is contained in:
parent
b9302b3043
commit
a1aeae46ec
|
@ -37,7 +37,7 @@ the -t flag for this purpose with a numerical value in seconds.
|
|||
|
||||
## Filtering
|
||||
|
||||
The filtering flag (`--filter)` format is a `key=value` pair. If there is more
|
||||
The filtering flag (`--filter`) format is a `key=value` pair. If there is more
|
||||
than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`)
|
||||
|
||||
The currently supported filters are:
|
||||
|
|
Loading…
Reference in New Issue