소스 검색

7z/7za: made it clear that many many archive formats are supported

Hayden Schiff 9 년 전
부모
커밋
6d32d31628
2개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 1
      pages/common/7z.md
  2. 5 1
      pages/common/7za.md

+ 5 - 1
pages/common/7z.md

@@ -12,7 +12,11 @@
 
 - Archive using a specific archive type:
 
-`7z a -t{{7z|zip|gzip|bzip2|tar}} {{compressed}} {{path/to/file}}`
+`7z a -t{{zip|gzip|bzip2|tar|...}} {{compressed}} {{path/to/file}}`
+
+- List available archive types:
+
+`7z i`
 
 - List the contents of an archive file:
 

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

@@ -13,7 +13,11 @@
 
 - Archive using a specific archive type:
 
-`7za a -t{{7z|zip|gzip|bzip2|tar}} {{compressed}} {{path/to/file}}`
+`7za a -t{{zip|gzip|bzip2|tar|...}} {{compressed}} {{path/to/file}}`
+
+- List available archive types:
+
+`7za i`
 
 - List the contents of an archive file: