moby--moby/cli/command
Yong Tang 2510f254ee Update docs of `docker network ls --filter`
Currently the help output of `docker network ls --filter` is:
```
Options:
  -f, --filter value   Provide filter values (i.e. 'dangling=true') (default [])
  ...
```
This caused confusion as only the following filters are supported at the moment:
 - `driver`
 - `type`
 - `name`
 - `id`
 - `label`

This fix update the help output of `docker network ls --filter` and `network_ls.md`.
The `dangling=true` description has been replace to:
```
Options:
  -f, --filter filter   Provide filter values (i.e. 'driver=bridge')
  ...
```

This fix fixes 28786.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-11-24 08:14:36 -08:00
..
bundlefile Reinstate --bundle-file argument to 'docker deploy' 2016-11-10 11:28:18 -05:00
checkpoint refactor help func in CLI 2016-11-17 10:54:10 -08:00
commands secrets: secret management for swarm 2016-11-09 14:27:43 -05:00
container Merge pull request #28445 from cpuguy83/28439_fix_client_rm_on_old_daemons 2016-11-22 14:25:03 +01:00
formatter Merge pull request #28538 from yongtang/11162016-Log-Logf-fix 2016-11-17 15:21:22 -05:00
idresolver service ps: Truncate Task IDs 2016-11-08 16:17:15 -08:00
image Merge pull request #28354 from ripcurld00d/tag_creation 2016-11-18 13:02:40 +01:00
inspect
network Update docs of `docker network ls --filter` 2016-11-24 08:14:36 -08:00
node refactor help func in CLI 2016-11-17 10:54:10 -08:00
plugin Add options for docker plugin enable and fix some typos 2016-11-25 04:07:06 +08:00
prune add `docker network prune` 2016-10-25 06:43:54 +00:00
registry Planned 1.13 deprecation: email from login 2016-11-11 17:32:46 -08:00
secret update secret command 2016-11-23 10:07:09 -05:00
service Merge pull request #28328 from aaronlehmann/duration-opts 2016-11-21 14:03:00 -08:00
stack Better error message on stack deploy against not a swarm. 2016-11-23 12:15:11 -05:00
swarm refactor help func in CLI 2016-11-17 10:54:10 -08:00
system api: types: keep info.SecurityOptions a string slice 2016-11-19 13:21:16 +01:00
task Suppressing digest for docker service ls/ps 2016-11-18 09:39:34 -08:00
volume refactor help func in CLI 2016-11-17 10:54:10 -08:00
cli.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
events_utils.go
in.go
out.go
registry.go
trust.go
utils.go