7z: apply standard syntax for options (#2935)

Apply standard syntax for option -m and remove spaces from Italian version.
This commit is contained in:
Andrik Albuquerque
2019-04-19 09:15:07 -03:00
committed by Marco Bonelli
parent dac29ac7e0
commit 25791e0037
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
- Cripta un archivio esistente (inclusi gli header):
`7z a {{archivio_criptato.7z}} -p {{password}} -mhe {{archivio.7z}}`
`7z a {{archivio_criptato.7z}} -p{{password}} -mhe=on {{archivio.7z}}`
- Estrai un archivio mantenendo la gerarchia delle directory:

View File

@@ -8,7 +8,7 @@
- 对已存在的归档文件加密(包括头部):
`7z a {{加密文件.7z}} -p{{密码}} -mhe {{归档文件.7z}}`
`7z a {{加密文件.7z}} -p{{密码}} -mhe=on {{归档文件.7z}}`
- 提取一个已存在的7z文件并保持原来的目录结构:

View File

@@ -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=on {{archived.7z}}`
- Extract an existing 7z file with original directory structure: