Forráskód Böngészése

Merge pull request #26236 from yuexiao-wang/remove-h-option

Remove -h option for docker cli
Vincent Demeester 8 éve
szülő
commit
01fe5639bc
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      docs/reference/commandline/cli.md

+ 1 - 1
docs/reference/commandline/cli.md

@@ -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