Browse Source

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>
Kai Qiang Wu(Kennan) 9 years ago
parent
commit
c70c0e4d0b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      man/docker-volume-ls.1.md

+ 4 - 1
man/docker-volume-ls.1.md

@@ -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