Skip to content

Commit 2a5827a

Browse files
Merge pull request #173 from jodavaho/hook/cli-doc-fix
Fix remap key docstring
2 parents bee2257 + 00f7100 commit 2a5827a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework_lib/src/commandline/clap_std.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ struct ClapCli {
193193
#[arg(long)]
194194
kblight: Option<Option<u8>>,
195195

196-
/// Set keyboard backlight percentage or get, if no value provided
196+
/// Remap a key by changing the scancode
197197
#[arg(long, value_parser=maybe_hex::<u16>)]
198198
#[clap(num_args = 3)]
199199
remap_key: Vec<u16>,

0 commit comments

Comments
 (0)