From 9eaa17fda9d532f080fd0f23cad7b015b0c33e15 Mon Sep 17 00:00:00 2001 From: Andrik Albuquerque Date: Mon, 15 Apr 2019 09:09:26 -0300 Subject: [PATCH] 7z: add space after option -p and -o (#2912) --- pages/common/7z.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/7z.md b/pages/common/7z.md index 3c801e00a..0a0d6b4cd 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: