浏览代码

7za/7zr: fixed incorrect command names

Hayden Schiff 9 年之前
父节点
当前提交
64fa60df16
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      pages/common/7za.md
  2. 3 3
      pages/common/7zr.md

+ 1 - 1
pages/common/7za.md

@@ -17,4 +17,4 @@
 
 - List the contents of an archive file:
 
-`7z l {{compressed}}`
+`7za l {{compressed}}`

+ 3 - 3
pages/common/7zr.md

@@ -5,12 +5,12 @@
 
 - Archive a file or folder:
 
-`7za a {{compressed.7z}} {{path/to/file}}`
+`7zr a {{compressed.7z}} {{path/to/file}}`
 
 - Extract an existing 7z file with original directory structure:
 
-`7za x {{compressed.7z}}`
+`7zr x {{compressed.7z}}`
 
 - List the contents of an archive file:
 
-`7z l {{compressed.7z}}`
+`7zr l {{compressed.7z}}`