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 {
|
||||
#[structopt(short, long)]
|
||||
verbose:bool,
|
||||
#[structopt(short, long)]
|
||||
#[structopt(short, long, name="FILE")]
|
||||
import:Option<PathBuf>,
|
||||
n:usize,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user