1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client/network
Yong Tang e892a54fa1 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>
(cherry picked from commit b9e46235fa)
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-09-26 19:33:52 -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 17:11:29 -07:00
create.go better command docker network create -h output 2016-07-25 23:15:24 -07:00
disconnect.go make cmd short short consistency and change docs 2016-06-30 17:11:29 -07:00
inspect.go make cmd short short consistency and change docs 2016-06-30 17:11:29 -07:00
list.go Fix incorrect help output in docker network ls 2016-09-26 19:33:52 -07:00
remove.go update command description in CLI 2016-08-11 17:56:44 -07:00