Add missing flag (#1053)

Signed-off-by: Axel Köhler <axel.koehler@kiwigrid.com>
pull/1054/head
Axel Köhler 2019-10-03 14:53:51 +02:00 committed by Jerome Luckenbach
parent c4ceb76b9e
commit 7cbb1d3359
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ This script is specific for binding addons. Folllow these steps to generate your
* `-am`: Builds all projects in openhab2-addons your project dependends on.
* `-o`: Won't update any dependencies.
* `-DskipChecks`: Skips the static analysis checks
* `skipTests`: Skips the unit tests
* `-DskipTests`: Skips the unit tests
1. To start your new binding it's a good practise to commit your code on a new git branch:
```