7z, ab, ack: update Italian translation

This commit is contained in:
Simone Ragusa
2021-04-21 12:03:47 +02:00
committed by Axel Navarro
parent ad9f6c6c84
commit d028ac125e
3 changed files with 35 additions and 10 deletions

View File

@@ -19,6 +19,10 @@
`7z x {{archivio.7z}} -o{{percorso/alla/directory}}`
- Estrai un archivio sullo standard output:
`7z x {{archivio.7z}} -so`
- Archivia utilizzando uno specifico tipo di archivio:
`7z a -t {{zip|gzip|bzip2|tar}} {{archivio.7z}} {{percorso/a/file_o_directory}}`