Browse Source

Adds 'name' filter to the CLI reference.

Also sorts the filter and fixes the bullet list.

Signed-off-by: Rick Wieman <git@rickw.nl>
Rick Wieman 10 years ago
parent
commit
179e45f27c
1 changed files with 5 additions and 3 deletions
  1. 5 3
      docs/sources/reference/commandline/cli.md

+ 5 - 3
docs/sources/reference/commandline/cli.md

@@ -921,9 +921,11 @@ Using multiple filters will be handled as a *AND*; for example
 container 588a23dac085 *AND* the event type is *start*
 
 Current filters:
- * event
- * image
- * container
+
+* container
+* event
+* image
+* name
 
 #### Examples