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