mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
7z: apply standard syntax for options (#2935)
Apply standard syntax for option -m and remove spaces from Italian version.
This commit is contained in:
parent
dac29ac7e0
commit
25791e0037
3 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
- 对已存在的归档文件加密(包括头部):
|
||||
|
||||
`7z a {{加密文件.7z}} -p{{密码}} -mhe {{归档文件.7z}}`
|
||||
`7z a {{加密文件.7z}} -p{{密码}} -mhe=on {{归档文件.7z}}`
|
||||
|
||||
- 提取一个已存在的7z文件,并保持原来的目录结构:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue