From 6d32d316287cc8b702ed9835aa7edb06eb18a619 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Mon, 22 Feb 2016 20:00:13 -0500 Subject: [PATCH] 7z/7za: made it clear that many many archive formats are supported --- pages/common/7z.md | 6 +++++- pages/common/7za.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pages/common/7z.md b/pages/common/7z.md index ac54b9c53..dae7ce397 100644 --- a/pages/common/7z.md +++ b/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: diff --git a/pages/common/7za.md b/pages/common/7za.md index c1fd96af8..17c733625 100644 --- a/pages/common/7za.md +++ b/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: