7z: update page (#11601)

This commit is contained in:
Juri Dispan
2023-11-29 21:31:42 +01:00
committed by GitHub
parent e839d56ebd
commit bd9efef521
49 changed files with 6 additions and 190 deletions

View File

@@ -31,6 +31,6 @@
`7z l {{path/to/archive.7z}}`
- List available archive types:
- Set the level of compression (higher means more compression, but slower):
`7z i`
`7z a {{path/to/archive.7z}} -mx={{0|1|3|5|7|9}} {{path/to/file_or_directory}}`

View File

@@ -32,6 +32,6 @@
`7za l {{path/to/archive.7z}}`
- List available archive types:
- Set the level of compression (higher means more compression, but slower):
`7za i`
`7za a {{path/to/archive.7z}} -mx={{0|1|3|5|7|9}} {{path/to/file_or_directory}}`

View File

@@ -28,6 +28,6 @@
`7zr l {{path/to/archive.7z}}`
- List available archive types:
- Set the level of compression (higher means more compression, but slower):
`7zr i`
`7zr a {{path/to/archive.7z}} -mx={{0|1|3|5|7|9}} {{path/to/file_or_directory}}`