1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Remove -h option for docker cli

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang 2016-09-01 15:13:06 +08:00
parent 7776a0ebd7
commit 8ad8245ee3

View file

@ -26,7 +26,7 @@ Options:
--config=~/.docker Location of client config files --config=~/.docker Location of client config files
-D, --debug Enable debug mode -D, --debug Enable debug mode
-H, --host=[] Daemon socket(s) to connect to -H, --host=[] Daemon socket(s) to connect to
-h, --help Print usage --help Print usage
-l, --log-level=info Set the logging level -l, --log-level=info Set the logging level
--tls Use TLS; implied by --tlsverify --tls Use TLS; implied by --tlsverify
--tlscacert=~/.docker/ca.pem Trust certs signed only by this CA --tlscacert=~/.docker/ca.pem Trust certs signed only by this CA