From 268528e47b5717dea52ea2600503cfacdac3d325 Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Thu, 27 Mar 2025 21:25:35 +0100 Subject: [PATCH] Update help --- src/bin/cli_app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cli_app.rs b/src/bin/cli_app.rs index 4960a42..62f4929 100644 --- a/src/bin/cli_app.rs +++ b/src/bin/cli_app.rs @@ -13,7 +13,7 @@ fn main() { .long("automatic_shutdown") .required(false) .help( - "Set the delay in minutes after which the headset will automatically shutdown.", + "Set the delay in minutes after which the headset will automatically shutdown.\n0 will disable automatic shutdown.", ) .value_parser(clap::value_parser!(u8)), )