diff --git a/asusctl/src/slash_cli.rs b/asusctl/src/slash_cli.rs index 349f5ca3..94fc8d9d 100644 --- a/asusctl/src/slash_cli.rs +++ b/asusctl/src/slash_cli.rs @@ -7,7 +7,7 @@ pub struct SlashCommand { pub help: bool, #[options(help = "Enable the Slash Ledbar")] pub enable: bool, - #[options(help = "Ddisable the Slash Ledbar")] + #[options(help = "Disable the Slash Ledbar")] pub disable: bool, #[options(short = "l", meta = "", help = "Set brightness value <0-255>")] pub brightness: Option,