Selaa lähdekoodia

Merge pull request #11311 from delftswa2014/11309-add-filter-name

Adds 'name' filter to the CLI reference.
moxiegirl 10 vuotta sitten
vanhempi
commit
f960a79b7c
1 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  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*
 container 588a23dac085 *AND* the event type is *start*
 
 
 Current filters:
 Current filters:
- * event
- * image
- * container
+
+* container
+* event
+* image
+* name
 
 
 #### Examples
 #### Examples