moby--moby/api/client
Yong Tang b9e46235fa Fix incorrect help output in `docker network ls`
As is raised in 26312, in `docker network ls`, the help output was
mistaken to `volume names`:
```
-q, --quiet Only display volume names
```

This fix changes the help output to:
```
-q, --quiet Only display network IDs
```

This fix also updates the documentation in:
`docs/reference/commandline/network_ls.md`

This fix fixes 26312.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-09-05 08:24:22 -07:00
..
bundlefile
command Remove old cli framework. 2016-08-25 13:09:04 -04:00
container Merge pull request #26200 from runcom/engine-api-vendor 2016-09-01 10:51:34 +01:00
formatter Implement stringutils.Ellipsis() 2016-08-11 14:14:06 +02:00
idresolver
image Fix issue in `docker import -c` with quoted flags 2016-09-01 16:28:22 -07:00
inspect
network Fix incorrect help output in `docker network ls` 2016-09-05 08:24:22 -07:00
node make node ps default to self in swarm node 2016-08-30 17:34:16 +08:00
plugin Miss the options in some commands 2016-08-31 14:18:41 +08:00
registry tweak logout message 2016-08-12 17:00:06 -07:00
service make node ps default to self in swarm node 2016-08-30 17:34:16 +08:00
stack vendor docker/engine-api@f9cef59044 2016-08-31 22:39:13 +02:00
swarm vendor docker/engine-api@f9cef59044 2016-08-31 22:39:13 +02:00
system Miss the options in some commands 2016-08-31 14:18:41 +08:00
task Add --no-trunc to service/node/stack ps output 2016-08-16 10:19:11 -04:00
volume update command description 2016-08-30 23:07:42 +08:00
cli.go Fix typo 2016-08-28 17:01:22 +08:00
client.go
credentials.go
hijack.go
registry.go
trust.go Fix govet for go1.7 2016-09-02 19:07:54 -07:00
trust_test.go
utils.go Migrate exec command to cobra 2016-07-29 02:10:36 +00:00