mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03: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> Upstream-commit: b9e46235fadc6b390e2c04c44b6a865e4ea97cb8 Component: engine