Change name of argument for -i
option.
This commit is contained in:
parent
585bdee553
commit
196f7b9ca9
@ -26,7 +26,7 @@ use std::collections::VecDeque;
|
|||||||
struct Opt {
|
struct Opt {
|
||||||
#[structopt(short, long)]
|
#[structopt(short, long)]
|
||||||
verbose:bool,
|
verbose:bool,
|
||||||
#[structopt(short, long)]
|
#[structopt(short, long, name="FILE")]
|
||||||
import:Option<PathBuf>,
|
import:Option<PathBuf>,
|
||||||
n:usize,
|
n:usize,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user