瀏覽代碼

Make tar page consistent

It might confuse users if everything has no dash in front but the last command does. tar doesn't need the dash so let's keep it that way.
Sven-Hendrik Haase 9 年之前
父節點
當前提交
6b906eae18
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/tar.md

+ 1 - 1
pages/common/tar.md

@@ -29,4 +29,4 @@
 
 - list the contents of a tar file
 
-`tar -tvf {{source.tar}}`
+`tar tvf {{source.tar}}`