fix help string
This commit is contained in:
parent
7f62f15eab
commit
c63ceddac1
|
@ -60,7 +60,7 @@ struct Args {
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
step_by: Option<usize>,
|
step_by: Option<usize>,
|
||||||
|
|
||||||
/// Step emulation by...
|
/// Scale display by...
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
scale_factor: Option<usize>,
|
scale_factor: Option<usize>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue