Skip to content

Commit bde1fa5

Browse files
authored
remove redundant dash from check config command line
1 parent 4d7b0cf commit bde1fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_topics/splitting_configuration.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ If you have issues checkout `home-assistant.log` in the configuration directory
182182
### {% linkable_title Debugging multiple configuration files %}
183183

184184
If you have many configuration files, the `check_config` script allows you to see how Home Assistant interprets them:
185-
- Listing all loaded files: `hass --script --check_config --files`
186-
- Viewing a component's config: `hass --script --check_config --info light`
185+
- Listing all loaded files: `hass --script check_config --files`
186+
- Viewing a component's config: `hass --script check_config --info light`
187187
- Or all components' config: `hass --script check_config --info all`
188188

189189
You can get help from the command line using: `hass --script check_config --help`

0 commit comments

Comments
 (0)