Jelajahi Sumber

Merge pull request #1985 from mgwilliams/config-docs

fix an error in the 2.0 config docs
Jonathan Boulle 11 tahun lalu
induk
melakukan
289b070aa5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Documentation/2.0/configuration.md

+ 1 - 1
Documentation/2.0/configuration.md

@@ -2,7 +2,7 @@
 
 etcd is configurable through command-line flags and environment variables. Options set on the command line take precedence over those from the environment.
 
-The format of environment variable for flag `-my-flag` is `ENV_MY_FLAG`. It applies to all  flags.
+The format of environment variable for flag `-my-flag` is `ETCD_MY_FLAG`. It applies to all  flags.
 
 To start etcd automatically using custom settings at startup in Linux, using a [systemd][systemd-intro] unit is highly recommended.