From 19008d0ff0d8b8bda0b109f7548f4f0f04df4087 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Tue, 6 Feb 2018 12:22:51 -0600 Subject: [PATCH] fix description of ENV var configuration to include dot replacement --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index acc71656b..43b70c8f1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -23,7 +23,7 @@ Pilosa uses GNU/POSIX style flags. Most flags you specify as `--flagname=value` ### Environment variables -Every command line flag has a corresponding environment variable. The environment variable is the flag name in all caps, prefxed by `PILOSA_`, and with any dashes replaced by underscores. For example: `--flag-name` becomes `PILOSA_FLAG_NAME`. +Every command line flag has a corresponding environment variable. The environment variable is the flag name in all caps, prefixed by `PILOSA_`, and with dots and dashes replaced by underscores. For example: `--scope.flag-name` becomes `PILOSA_SCOPE_FLAG_NAME`. ### Config file