Merge pull request #1175 from dpressle/patch-1

remove redundant dash from check config command line
This commit is contained in:
Robbie Trencheny 2016-10-07 10:11:54 -07:00 committed by GitHub
commit 12a5fdbf7f

View File

@ -182,8 +182,8 @@ If you have issues checkout `home-assistant.log` in the configuration directory
### {% linkable_title Debugging multiple configuration files %} ### {% 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: 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` - Listing all loaded files: `hass --script check_config --files`
- Viewing a component's config: `hass --script --check_config --info light` - Viewing a component's config: `hass --script check_config --info light`
- Or all components' config: `hass --script check_config --info all` - Or all components' config: `hass --script check_config --info all`
You can get help from the command line using: `hass --script check_config --help` You can get help from the command line using: `hass --script check_config --help`