Update help

This commit is contained in:
Lennard Kittner
2025-03-27 21:25:35 +01:00
parent b970760c74
commit 268528e47b

View File

@@ -13,7 +13,7 @@ fn main() {
.long("automatic_shutdown") .long("automatic_shutdown")
.required(false) .required(false)
.help( .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)), .value_parser(clap::value_parser!(u8)),
) )