mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-26 18:10:13 +00:00
Correct argument name
This commit is contained in:
parent
74fd04c1fb
commit
f82dc741de
@ -182,7 +182,7 @@ fn view(matches: &getopts::Matches) -> Result<View, Misfire> {
|
||||
Err(Misfire::Useless("across", true, "long"))
|
||||
}
|
||||
else if matches.opt_present("oneline") {
|
||||
Err(Misfire::Useless("across", true, "long"))
|
||||
Err(Misfire::Useless("oneline", true, "long"))
|
||||
}
|
||||
else {
|
||||
Ok(View::Details(try!(columns(matches)), matches.opt_present("header")))
|
||||
|
Loading…
Reference in New Issue
Block a user