mirror of https://github.com/docker/cli.git
For system prune, -f is not an alias for --filter
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
3785a314e1
commit
d4e5481cd4
|
@ -115,7 +115,7 @@ Total reclaimed space: 13.5 MB
|
|||
|
||||
### Filtering
|
||||
|
||||
The filtering flag (`-f` or `--filter`) format is of "key=value". If there is more
|
||||
The filtering flag (`--filter`) format is of "key=value". 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