From 10a9216971f7e09d8b469406016ffd09cfe4110e Mon Sep 17 00:00:00 2001 From: Andrik Albuquerque Date: Mon, 15 Apr 2019 23:29:43 -0300 Subject: [PATCH] 7z: remove spaces after options (#2919) --- pages/common/7z.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/7z.md b/pages/common/7z.md index 0a0d6b4cd..3c4bf14a4 100644 --- a/pages/common/7z.md +++ b/pages/common/7z.md @@ -9,7 +9,7 @@ - Encrypt an existing archive (including headers): -`7z a {{encrypted.7z}} -p {{password}} -mhe {{archived.7z}}` +`7z a {{encrypted.7z}} -p{{password}} -mhe {{archived.7z}}` - Extract an existing 7z file with original directory structure: @@ -21,7 +21,7 @@ - Archive using a specific archive type: -`7z a -t {{zip|gzip|bzip2|tar}} {{archived.7z}} {{path/to/file_or_directory}}` +`7z a -t{{zip|gzip|bzip2|tar}} {{archived.7z}} {{path/to/file_or_directory}}` - List available archive types: