diff --git a/pages/common/7za.md b/pages/common/7za.md index 309ed99a5..c1fd96af8 100644 --- a/pages/common/7za.md +++ b/pages/common/7za.md @@ -17,4 +17,4 @@ - List the contents of an archive file: -`7z l {{compressed}}` +`7za l {{compressed}}` diff --git a/pages/common/7zr.md b/pages/common/7zr.md index b5fea0d65..7499291f8 100644 --- a/pages/common/7zr.md +++ b/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}}`