fix a copy&paste error in health check documentation

one more line of explanation for the documentation
This commit is contained in:
Thomas Widhalm 2017-12-29 11:40:14 +01:00 committed by Thomas Gelf
parent c825d0b441
commit 39ce02b1e5
1 changed files with 3 additions and 1 deletions

View File

@ -313,7 +313,7 @@ Health. This will run all or just one of the following test suites:
#### Usage
`icingacli director <type> clone <name> --from <original> [options]`
`icingacli director health check [options]`
#### Options
@ -328,6 +328,8 @@ Health. This will run all or just one of the following test suites:
icingacli director health check
```
Example for running a check only for the configuration:
```shell
icingacli director health check --check config
```