From 710399628b34623a873a9d75345f067911d0c0fa Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Mon, 5 May 2025 05:15:52 +0000 Subject: [PATCH] Update usage --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7db9143..f46f17a 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,23 @@ Simple bar written in Rust Usage: unibar [OPTIONS] Options: - -s, --weather_station Name of the weather station [default: khio] - -m, --weather_metric Use Metric units. Imperial units otherwise - -h, --help Print help - -V, --version Print version + -s, --weather-station + Name of the weather station + + [default: khio] + + -m, --weather-metric + Use Metric units in weather data. Imperial units otherwise + + -p, --music-progress + Show music progess + + -D, --debug-json + Show JSON data returned by query + + -h, --help + Print help (see a summary with '-h') + + -V, --version + Print version ```