docs/api/client/image
Zhang Wei c40debc362 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>
(cherry picked from commit 0e5397633628ab154fae33152de7dc1fd4e122db)
2016-06-30 16:47:37 -07:00
..
build.go Make --help information consistent 2016-06-30 16:47:37 -07: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-30 16:47:37 -07: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