diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index 14b00a1a0fb..6a7f1698a3c 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -120,7 +120,7 @@ Example to run the script: ```bash $ hass --script influxdb_import --config CONFIG_DIR \ -H IP_INFLUXDB_HOST -u INFLUXDB_USERNAME -p INFLUXDB_PASSWORD \ - --dbname INFLUXDB_DB_NAME --exclude-domain automation,configurator + --dbname INFLUXDB_DB_NAME --exclude_domains automation,configurator ``` Script arguments: