From 5753922cc028763bc82202480fe14b5350ba4dc5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 7 Oct 2015 12:43:06 -0400 Subject: Fix argument typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c7268c..4adaf62 100644 --- a/README.md +++ b/README.md @@ -362,7 +362,7 @@ Below we will discuss two ways to use `cbc_monolith`, depending on your needs... ## Configuration -As mentioned earlier this script requires both `CBC_HOME` and `CBC_RECIPES` be defined in your environment. It is also possible to pass these paths as arguments at run-time by issuing `--cbc-output-dir` and `--cbc-recipe-dir` respectively. +As mentioned earlier this script requires both `CBC_HOME` and `CBC_RECIPES` be defined in your environment. It is also possible to pass these paths as arguments at run-time by issuing `--cbc-output-dir` and `--cbc-recipes` respectively. It is recommended `cbc_monolith` be executed from its own directory, because the log file(s) as well as input files generally create a lot of clutter. -- cgit