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
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
..
bundlefile Add some tests for bundlefile and improve the error messages for LoadFile 2016-06-16 18:18:25 -04:00
command Remove old cli framework. 2016-08-25 13:09:04 -04:00
container Merge pull request #26200 from runcom/engine-api-vendor 2016-09-01 10:51:34 +01:00
formatter Implement stringutils.Ellipsis() 2016-08-11 14:14:06 +02:00
idresolver Update to new swarmkit/engine-api 2016-06-30 17:22:47 -07:00
image Fix issue in docker import -c with quoted flags 2016-09-01 16:28:22 -07:00
inspect remove fallback for Go 1.4 2016-06-07 22:38:02 +02:00
network Fix incorrect help output in docker network ls 2016-09-05 08:24:22 -07:00
node make node ps default to self in swarm node 2016-08-30 17:34:16 +08:00
plugin Miss the options in some commands 2016-08-31 14:18:41 +08:00
registry tweak logout message 2016-08-12 17:00:06 -07:00
service make node ps default to self in swarm node 2016-08-30 17:34:16 +08:00
stack vendor docker/engine-api@f9cef59044 2016-08-31 22:39:13 +02:00
swarm vendor docker/engine-api@f9cef59044 2016-08-31 22:39:13 +02:00
system Miss the options in some commands 2016-08-31 14:18:41 +08:00
task Add --no-trunc to service/node/stack ps output 2016-08-16 10:19:11 -04:00
volume update command description 2016-08-30 23:07:42 +08:00
cli.go Fix typo 2016-08-28 17:01:22 +08:00
client.go Make sure docker api client implements engine-api client. 2016-01-07 21:02:19 -05:00
credentials.go Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
hijack.go Fix logrus formatting 2016-06-11 13:16:55 -07:00
registry.go Merge pull request #23584 from nishanttotla/private-images-swarm-services 2016-06-30 17:18:59 -07:00
trust.go Fix govet for go1.7 2016-09-02 19:07:54 -07:00
trust_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
utils.go Migrate exec command to cobra 2016-07-29 02:10:36 +00:00