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/image
Zhang Wei 0e53976336 Make --help information consistent
Other docker command always print "[OPTIONS]" right after `docker
COMMAND`, but `build` and `push` has inconsistent help message.

This commit will fix help information format.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
2016-06-19 16:26:23 +08:00
..
build.go Make --help information consistent 2016-06-19 16:26:23 +08:00
history.go Use spf13/cobra for docker history 2016-06-06 08:03:07 -07:00
images.go Use spf13/cobra for docker images 2016-06-07 08:10:49 -07:00
import.go Migrate import command to cobra 2016-06-06 13:58:23 +02:00
load.go Migrate load command to cobra 2016-06-09 17:28:33 +02:00
pull.go Moving Image{Push,Pull}Privileged to trust.go 2016-06-10 12:07:32 +02:00
push.go Make --help information consistent 2016-06-19 16:26:23 +08:00
remove.go Use spf13/cobra for docker rmi 2016-06-05 22:40:35 +02:00
save.go Migrate save command to cobra 2016-06-09 17:38:20 +02:00
search.go Migrate login & logout command to cobra 2016-06-10 12:04:29 +02:00
tag.go Use spf13/cobra for docker tag 2016-06-07 08:12:49 -07:00