From aa4e8abc23254ca8493078d08254371cc016d441 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 15 Feb 2019 17:07:37 +0100 Subject: [PATCH] Remove non existent argument -d --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7f8ed5..691c103 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Simple usage: This will start the server which will listen on http://localhost:4242 -If you don't want to CI to monitor the app list you can ask it using the `-d` option: +If you don't want to CI to monitor the app list you can ask it using the `--dont-monitor-apps-list` option: - ve3/bin/python ./run.py /path/to/analyseCI.sh -d + ve3/bin/python ./run.py /path/to/analyseCI.sh --dont-monitor-apps-list You can also disable git monitoring and the monthly jobs: @@ -55,9 +55,9 @@ You can also disable git monitoring and the monthly jobs: You can also specify the CI type this way: - ve3/bin/python ./run.py /path/to/analyseCI.sh -d -t arm + ve3/bin/python ./run.py /path/to/analyseCI.sh -t arm # or - ve3/bin/python ./run.py /path/to/analyseCI.sh -d -t testing-unstable + ve3/bin/python ./run.py /path/to/analyseCI.sh -t testing-unstable The default value is `stable`.