Fix description of filter flag in prune commands - #774
Merged
Conversation
The "-f" flag is an alias for --force, not --filter (as correctly stated at the top of each documents). The system_prune.md didn't have this error. Signed-off-by: Mateusz Major <apkd@users.noreply.github.com>
apkd
requested review from
mdlinville,
thaJeztah and
vdemeester
as code owners
January 2, 2018 18:47
Codecov Report
@@ Coverage Diff @@
## master #774 +/- ##
=======================================
Coverage 53.46% 53.46%
=======================================
Files 218 218
Lines 14642 14642
=======================================
Hits 7829 7829
Misses 6327 6327
Partials 486 486 |
nobiit
pushed a commit
to nobidev/docker-cli
that referenced
this pull request
Nov 19, 2025
Fix description of filter flag in prune commands Upstream-commit: 1a64b1b Component: cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
Fix description of filter flag in prune commands.
- How to verify it
None of the following work demonstrating the issue:
Correct output when the proper flag is used:
- Description for the changelog
Fix description of filter flag in prune commands. The "-f" flag is an alias for --force, not --filter (as correctly stated at the top of each documents). The system_prune.md didn't have this error.
- A picture of a cute animal (not mandatory but encouraged)