mirror of https://github.com/docker/docs.git
Merge pull request #26236 from yuexiao-wang/remove-h-option
Remove -h option for docker cli (cherry picked from commit 01fe5639bc46ea6cc2efe7b9333bb4d1abb1894b) Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
d95bffff5f
commit
eea99cd001
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue