瀏覽代碼

7z: Added output path example. (#1900)

Mohd Shahril 7 年之前
父節點
當前提交
70673ad485
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/common/7z.md

+ 4 - 0
pages/common/7z.md

@@ -10,6 +10,10 @@
 
 `7z x {{archived}}`
 
+- Extract an archive with user-defined output path:
+
+`7z x {{archived}} -o{{path/to/output}}`
+
 - Archive using a specific archive type:
 
 `7z a -t {{zip|gzip|bzip2|tar|...}} {{archived}} {{path/to/file}}`