Преглед изворни кода

fix an error in the 2.0 config docs

Matthew Williams пре 11 година
родитељ
комит
08f74cf68f
1 измењених фајлова са 1 додато и 1 уклоњено
  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.