Merge pull request #1910 from JohnKDay/patch-1

Syntax error - changed container to constraint
This commit is contained in:
Nishant Totla 2016-03-01 09:03:03 -08:00
commit 984aab2999
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ Each expression must be in the form:
<filter-type>:<key><operator><value>
```
The `<filter-type>` is either the `affinity` or the `container` keyword. It
The `<filter-type>` is either the `affinity` or the `constraint` keyword. It
identifies the type filter you intend to use.
The `<key>` is an alpha-numeric and must start with a letter or underscore. The