Commit cbeeefe
committed
fix(volume/prune): document label!= filter in --filter flag description
The --filter flag for 'docker volume prune' previously only showed
'label=<label>' as an example, not mentioning the negation form
'label!=<label>', even though it is valid and supported by the daemon.
Fixes #6918
Signed-off-by: mohithshuka <153504854+mohithshuka@users.noreply.github.com>1 parent 0015f6c commit cbeeefe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments