From 587cd35c6c00014f74e5a52d324a49bf8d0fc2c4 Mon Sep 17 00:00:00 2001 From: Cameron Ruatta Date: Mon, 11 May 2015 10:36:50 -0700 Subject: [PATCH] Adding docs about configuration directory sub-directories --- website/source/docs/agent/options.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 0289f47baf..0487b6f729 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -104,8 +104,9 @@ The options below are all specified on the command-line. load all files in this directory with the suffix ".json". The load order is alphabetical, and the the same merge routine is used as with the [`config-file`](#_config_file) option above. This option can be specified mulitple times - to load multiple directories. For more information on the format of the configuration files, - see the [Configuration Files](#configuration_files) section. + to load multiple directories. Sub-directories of the config directory are not loaded. + For more information on the format of the configuration files, see the + [Configuration Files](#configuration_files) section. * `-data-dir` - This flag provides a data directory for the agent to store state.