From 7ec68f4e52a68d185292569a0f007f65f99c7578 Mon Sep 17 00:00:00 2001 From: Eric Fontana Date: Mon, 4 Aug 2014 09:10:35 -0400 Subject: [PATCH] Minor doc tweak --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6167492..553fadc 100644 --- a/README.md +++ b/README.md @@ -126,9 +126,13 @@ Options: -logLevel: Specifies the logging level for TimberWinR Legal Values: Trace|Debug|Info|Warn|Error|Fatal|Off Default is -logDir:Info --configFile: Specifies the path to the JSON config files +-configFile: Specifies the path to the JSON config file, or directory which contains .json file(s). Default is -configFile:default.json ``` +#### -configFile +This may be a single .json file or a directory containing .json file(s). If it is a directory, all +files will be read and processed, the order in which the files will be processed will match the alphabetical +order on disk. ### Quickstart Guide If you really just want to try it out, grab the binary distribution, extract the .zip file