Skip to content

Commit 00f7100

Browse files
jodavahoJohnAZoidberg
authored andcommitted
commandline: Fix docstring for --remap-key
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 489264f commit 00f7100

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)