Fixes 'asusctl bios --help' (issue #299)

This commit is contained in:
mclang
2022-12-19 20:33:44 +02:00
parent 8dcb209026
commit 5e9c612269

View File

@@ -71,7 +71,7 @@ pub struct BiosCommand {
meta = "", meta = "",
short = "S", short = "S",
no_long, no_long,
help = "set bios POST sound: asusctl -p <true/false>" help = "set bios POST sound: asusctl -S <true/false>"
)] )]
pub post_sound_set: Option<bool>, pub post_sound_set: Option<bool>,
#[options(no_long, short = "s", help = "read bios POST sound")] #[options(no_long, short = "s", help = "read bios POST sound")]