1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Add man change for volume filter

It was forgetton to add change in man for new-added volume filters.
This change adds that.

Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
Upstream-commit: c70c0e4d0be94ab2e0944a16be08389d178003bc
Component: engine
This commit is contained in:
Kai Qiang Wu(Kennan)
2016-03-28 03:11:06 +00:00
parent 0e9114cf26
commit 599b19642f

View File

@@ -18,7 +18,10 @@ There is a single supported filter `dangling=value` which takes a boolean of `tr
# OPTIONS
**-f**, **--filter**=""
Provide filter values (i.e. 'dangling=true')
Filter output based on these conditions:
- dangling=<boolean> a volume if referenced or not
- driver=<string> a volume's driver name
- name=<string> a volume's name
**--help**
Print usage statement