Merge pull request #632 from mstanleyjones/fix-system-prune-f-flag

For system prune, -f is not an alias for --filter
This commit is contained in:
Brian Goff 2017-10-20 16:17:19 -04:00 committed by GitHub
commit 3352c0e137
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Total reclaimed space: 13.5 MB
### Filtering ### 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"`) than one filter, then pass multiple flags (e.g., `--filter "foo=bar" --filter "bif=baz"`)
The currently supported filters are: The currently supported filters are: