From 64fa60df1606e3a6ca0e27670862f36aaf6a6517 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Mon, 22 Feb 2016 19:52:36 -0500 Subject: [PATCH] 7za/7zr: fixed incorrect command names --- pages/common/7za.md | 2 +- pages/common/7zr.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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}}`