*: more clarification on server config file

Be more explicit in document and command line usage message that if a
config file is provided, other command line flags and environment
variables will be ignored.
This commit is contained in:
Jingyi Hu
2019-05-26 17:17:27 -07:00
parent a1ef44358d
commit 5e9c424f1f
3 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ var (
Show the help information about etcd.
etcd --config-file
Path to the server configuration file.
Path to the server configuration file. Note that if a configuration file is provided, other command line flags and environment variables will be ignored.
etcd gateway
Run the stateless pass-through etcd TCP connection forwarding proxy.