From 3f68143bcea03c3b81db1580c6b972460f4298c8 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Wed, 11 Jan 2023 21:24:50 +1000 Subject: [PATCH] Fix placeholders (#9758) --- pages/common/7za.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/7za.md b/pages/common/7za.md index a47867cf42..c8b433aba2 100644 --- a/pages/common/7za.md +++ b/pages/common/7za.md @@ -10,7 +10,7 @@ - Encrypt an existing archive (including file names): -`7za a {{path/to/encrypted.7z}} -p{{password}} -mhe=on {{path/to/archive.7z}}` +`7za a {{path/to/encrypted.7z}} -p{{password}} -mhe={{on}} {{path/to/archive.7z}}` - E[x]tract an archive preserving the original directory structure: @@ -26,7 +26,7 @@ - [a]rchive using a specific archive type: -`7za a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{path/to/archive.7z}} {{path/to/file_or_directory}}` +`7za a -t{{7z|bzip2|gzip|lzip|tar|...}} {{path/to/archive.7z}} {{path/to/file_or_directory}}` - [l]ist the contents of an archive: