mirror of
https://github.com/docker/cli.git
synced 2026-08-29 10:06:35 -05:00
The `docker network prune` command removes unused custom networks, but built-in networks won't be removed. This patch updates the message to mention that it's only removing custom networks. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>