mirror of https://github.com/docker/cli.git
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:
parent
f68b707d60
commit
b9505045d9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue