mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Fix spelling mistake
This commit is contained in:
@@ -7,7 +7,7 @@ pub struct SlashCommand {
|
|||||||
pub help: bool,
|
pub help: bool,
|
||||||
#[options(help = "Enable the Slash Ledbar")]
|
#[options(help = "Enable the Slash Ledbar")]
|
||||||
pub enable: bool,
|
pub enable: bool,
|
||||||
#[options(help = "Ddisable the Slash Ledbar")]
|
#[options(help = "Disable the Slash Ledbar")]
|
||||||
pub disable: bool,
|
pub disable: bool,
|
||||||
#[options(short = "l", meta = "", help = "Set brightness value <0-255>")]
|
#[options(short = "l", meta = "", help = "Set brightness value <0-255>")]
|
||||||
pub brightness: Option<u8>,
|
pub brightness: Option<u8>,
|
||||||
|
|||||||
Reference in New Issue
Block a user