mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #26236 from yuexiao-wang/remove-h-option
Remove -h option for docker cli
This commit is contained in:
commit
01fe5639bc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Options:
|
|||
--config=~/.docker Location of client config files
|
||||
-D, --debug Enable debug mode
|
||||
-H, --host=[] Daemon socket(s) to connect to
|
||||
-h, --help Print usage
|
||||
--help Print usage
|
||||
-l, --log-level=info Set the logging level
|
||||
--tls Use TLS; implied by --tlsverify
|
||||
--tlscacert=~/.docker/ca.pem Trust certs signed only by this CA
|
||||
|
|
Loading…
Reference in a new issue