From ea79493b7096e0d1afc5af98ade576962e9564f4 Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Sat, 8 Nov 2025 13:49:12 +0100 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c4f9ff..06eac9a 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,6 @@ You can also download a compiled version from [releases](https://github.com/Lenn ## Usage ``` -hyper_headset_cli --help A CLI application for monitoring and managing HyperX headsets. Usage: hyper_headset_cli [OPTIONS] @@ -100,17 +99,23 @@ Options: Set the delay in minutes after which the headset will automatically shutdown. 0 will disable automatic shutdown. --mute - Mute or un mute the headset. [possible values: true, false] + Mute or unmute the headset. [possible values: true, false] --enable_side_tone Enable or disable side tone. [possible values: true, false] --side_tone_volume Set the side tone volume. --enable_voice_prompt Enable voice prompt. This may not be supported on your device. [possible values: true, false] + --surround_sound + Enables surround sound. This may be on by default and cannot be changed on your device. [possible values: true, false] + --mute_playback + Mute or unmute playback. [possible values: true, false] -h, --help Print help -V, --version Print version + +Help only lists commands supported by this headset. ``` `hyper_headset_cli` without any arguments will print all available headset information.