From 25ed8bdeed7e3ecb729488824913bbe3e4e19f3a Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Wed, 5 Feb 2025 14:35:17 +1300 Subject: [PATCH] Fix spelling mistake --- asusctl/src/slash_cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,