fix a copy&paste error in health check documentation
one more line of explanation for the documentation
This commit is contained in:
parent
c825d0b441
commit
39ce02b1e5
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue