From bde1fa5400c8d44febf352380ad827df8c67a165 Mon Sep 17 00:00:00 2001 From: dpressle Date: Fri, 7 Oct 2016 18:33:41 +0300 Subject: [PATCH] remove redundant dash from check config command line --- source/_topics/splitting_configuration.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_topics/splitting_configuration.markdown b/source/_topics/splitting_configuration.markdown index 28899b271481..d0031fa20f98 100644 --- a/source/_topics/splitting_configuration.markdown +++ b/source/_topics/splitting_configuration.markdown @@ -182,8 +182,8 @@ If you have issues checkout `home-assistant.log` in the configuration directory ### {% linkable_title Debugging multiple configuration files %} If you have many configuration files, the `check_config` script allows you to see how Home Assistant interprets them: -- Listing all loaded files: `hass --script --check_config --files` -- Viewing a component's config: `hass --script --check_config --info light` +- Listing all loaded files: `hass --script check_config --files` +- Viewing a component's config: `hass --script check_config --info light` - Or all components' config: `hass --script check_config --info all` You can get help from the command line using: `hass --script check_config --help`