Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Oct 17, 2022
1 parent 596a8b5 commit f1c35a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ options:
A path to a YAML or JSON config file
--default-battery-strategy default_battery_strategy
The default battery config strategy to use (default: boolean)
--diagnostics Output a diagnostics dump and exit
--diagnostics Output diagnostics
--disable-calculated-data
Disable calculated data points
Disable the output of calculated sensors
-e endpoint, --endpoint endpoint
The relative endpoint/path to serve ecowitt2mqtt on (default: /data/report)
--hass-discovery Publish data in the Home Assistant MQTT Discovery format
Expand Down
4 changes: 2 additions & 2 deletions ecowitt2mqtt/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,13 +239,13 @@ def get_cli_arguments(args: list[str]) -> dict[str, Any]:
"--diagnostics",
action="store_true",
dest=CONF_DIAGNOSTICS,
help="Output a diagnostics dump and exit",
help="Output diagnostics",
)
parser.add_argument(
"--disable-calculated-data",
action="store_true",
dest=CONF_DISABLE_CALCULATED_DATA,
help="Disable calculated data points",
help="Disable the output of calculated sensors",
)
parser.add_argument(
"-e",
Expand Down

0 comments on commit f1c35a3

Please sign in to comment.