mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![]() 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
|
||
---|---|---|
.. | ||
cmd.go | ||
connect.go | ||
create.go | ||
disconnect.go | ||
inspect.go | ||
list.go | ||
remove.go |