瀏覽代碼

Actually show the header all the time

Ben S 11 年之前
父節點
當前提交
5a64b51b27
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,
                 };