Browse Source

Merge pull request #10227 from imjoey/doc_fix_start_gateway_command

Documentation/op-guide: fix error command to start gateway
Gyuho Lee 7 years ago
parent
commit
3f3eae7822
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/op-guide/gateway.md

+ 1 - 1
Documentation/op-guide/gateway.md

@@ -60,7 +60,7 @@ infra2.example.com.  300  IN  A  10.0.1.12
 Start the etcd gateway to fetch the endpoints from the DNS SRV entries with the command:
 Start the etcd gateway to fetch the endpoints from the DNS SRV entries with the command:
 
 
 ```bash
 ```bash
-$ etcd gateway --discovery-srv=example.com
+$ etcd gateway start --discovery-srv=example.com
 2016-08-16 11:21:18.867350 I | tcpproxy: ready to proxy client requests to [...]
 2016-08-16 11:21:18.867350 I | tcpproxy: ready to proxy client requests to [...]
 ```
 ```