Fix an example command line option

The '-l' option should be specified when starting the MoNanas
with a log configuration file.

Change-Id: I6a61dd31fba3e5d9b42f9fbb79abbad59b8e7ae7
This commit is contained in:
Daisuke Fujita 2016-08-09 10:36:20 +00:00
parent 154594f929
commit a0906338a7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ python $MONANAS_HOME/run.py -p $SPARK_HOME -c <config_file> \
e.g.
```bash
python $HOME/monanas/run.py -p $HOME/spark -c $HOME/monanas/config/config.json \
$HOME/monanas/config/logging.json
-l $HOME/monanas/config/logging.json
```
> Note: