1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +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:
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): - 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: - Estrai un archivio mantenendo la gerarchia delle directory:
@ -16,7 +16,7 @@
- Estrai un archivio in una specifica directory: - Estrai un archivio in una specifica directory:
`7z x {{archivio.7z}} -o {{percorso/alla/directory}}` `7z x {{archivio.7z}} -o{{percorso/alla/directory}}`
- Archivia utilizzando uno specifico tipo di archivio: - Archivia utilizzando uno specifico tipo di archivio:

View file

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

View file

@ -9,7 +9,7 @@
- Encrypt an existing archive (including headers): - 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: - Extract an existing 7z file with original directory structure: