moby--moby/api/client/network
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
..
cmd.go Migrate network command to cobra 2016-06-06 10:28:52 +02:00
connect.go make cmd short short consistency and change docs 2016-06-30 21:17:51 +08:00
create.go vendor docker/engine-api@f9cef59044 2016-08-31 22:39:13 +02:00
disconnect.go make cmd short short consistency and change docs 2016-06-30 21:17:51 +08:00
inspect.go make cmd short short consistency and change docs 2016-06-30 21:17:51 +08:00
list.go Fix incorrect help output in `docker network ls` 2016-09-05 08:24:22 -07:00
remove.go update command description in CLI 2016-07-31 00:06:18 +08:00