Actually show the header all the time

This commit is contained in:
Ben S 2015-02-08 14:23:54 +00:00
parent cf1f1f3ec5
commit 5a64b51b27

View File

@ -205,7 +205,7 @@ impl View {
else {
let details = Details {
columns: try!(Columns::deduce(matches)),
header: matches.opt_present("tree"),
header: matches.opt_present("header"),
tree: matches.opt_present("recurse"),
filter: filter,
};