Browse Source

Actually show the header all the time

Ben S 11 years ago
parent
commit
5a64b51b27
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/options.rs

+ 1 - 1
src/options.rs

@@ -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,
                 };