mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update hass command output (#13419)
This commit is contained in:
parent
fbe3d5140e
commit
52016a7370
@ -8,7 +8,7 @@ The command-line part of Home Assistant is `hass`.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ hass -h
|
$ hass -h
|
||||||
usage: hass [-h] [--version] [-c path_to_config_dir] [--demo-mode] [--debug]
|
usage: hass [-h] [--version] [-c path_to_config_dir] [--safe-mode] [--debug]
|
||||||
[--open-ui] [--skip-pip] [-v] [--pid-file path_to_pid_file]
|
[--open-ui] [--skip-pip] [-v] [--pid-file path_to_pid_file]
|
||||||
[--log-rotate-days LOG_ROTATE_DAYS] [--log-file LOG_FILE]
|
[--log-rotate-days LOG_ROTATE_DAYS] [--log-file LOG_FILE]
|
||||||
[--log-no-color] [--runner] [--script ...] [--daemon]
|
[--log-no-color] [--runner] [--script ...] [--daemon]
|
||||||
@ -21,7 +21,7 @@ optional arguments:
|
|||||||
-c path_to_config_dir, --config path_to_config_dir
|
-c path_to_config_dir, --config path_to_config_dir
|
||||||
Directory that contains the Home Assistant
|
Directory that contains the Home Assistant
|
||||||
configuration
|
configuration
|
||||||
--demo-mode Start Home Assistant in demo mode
|
--safe-mode Start Home Assistant in safe mode
|
||||||
--debug Start Home Assistant in debug mode
|
--debug Start Home Assistant in debug mode
|
||||||
--open-ui Open the webinterface in a browser
|
--open-ui Open the webinterface in a browser
|
||||||
--skip-pip Skips pip install of required packages on startup
|
--skip-pip Skips pip install of required packages on startup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user