rename desired_state filter to desired-state

For consistency with other filters (such as
"is-official"), this renames the desired_state
filter to "desired-state".

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2017-06-02 00:07:47 +00:00
committed by Tibor Vass
parent f68b707d60
commit b9505045d9
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -44,7 +44,7 @@ The currently supported filters are:
* [name](#name)
* [id](#id)
* [label](#label)
* [desired_state](#desired_state)
* [desired-state](#desired-state)
#### name
@@ -85,9 +85,9 @@ bg8c07zzg87di2mufeq51a2qp redis.7 redis redis:3.0.6 Running 9 minutes Ru
```
#### desired_state
#### desired-state
The `desired_state` filter can take the values `running` and `accepted`.
The `desired-state` filter can take the values `running` and `accepted`.
## Related information
+3 -3
View File
@@ -60,7 +60,7 @@ The currently supported filters are:
* [id](#id)
* [name](#name)
* [desired_state](#desired_state)
* [desired-state](#desired-state)
#### ID
@@ -85,9 +85,9 @@ ID NAME SERVICE IMAGE DESIRED STATE LAST S
```
#### desired_state
#### desired-state
The `desired_state` filter can take the values `running` and `accepted`.
The `desired-state` filter can take the values `running` and `accepted`.
## Related information