fix help string

This commit is contained in:
Alex Janka 2023-03-03 18:10:13 +11:00
parent 7f62f15eab
commit c63ceddac1

View file

@ -60,7 +60,7 @@ struct Args {
#[arg(long)]
step_by: Option<usize>,
/// Step emulation by...
/// Scale display by...
#[arg(short, long)]
scale_factor: Option<usize>,
}