From f5ea90859c10e6a091b617a9f1541a577936e80a Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 12 Apr 2018 19:12:37 +0200 Subject: [PATCH] Fix missing anchors in CLI commands chapter refs #6227 --- doc/11-cli-commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/11-cli-commands.md b/doc/11-cli-commands.md index 10acf727a..d288c64f5 100644 --- a/doc/11-cli-commands.md +++ b/doc/11-cli-commands.md @@ -396,7 +396,7 @@ Report bugs at Icinga home page: ``` -### Config Files +### Config Files You can specify one or more configuration files with the `--config` option. Configuration files are processed in the order they're specified on the command-line. @@ -405,7 +405,7 @@ When no configuration file is specified and the `--no-config` is not used Icinga 2 automatically falls back to using the configuration file `SysconfDir + "/icinga2/icinga2.conf"` (where SysconfDir is usually `/etc`). -### Config Validation +### Validation The `--validate` option can be used to check if configuration files contain errors. If any errors are found, the exit status is 1, otherwise 0 -- 2.40.0