zip: follow style guide for compression level placeholder (#12221)

zip: fix compression level placeholder
This commit is contained in:
Vitor Henrique
2024-02-09 04:59:12 -03:00
committed by GitHub
parent ec7be25438
commit 3216c83d8e
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
- Archive files/directories with a specific compression level (`0` - the lowest, `9` - the highest): - Archive files/directories with a specific compression level (`0` - the lowest, `9` - the highest):
`zip -r -{{0-9}} {{path/to/compressed.zip}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}` `zip -r -{{0..9}} {{path/to/compressed.zip}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- Create an [e]ncrypted archive with a specific password: - Create an [e]ncrypted archive with a specific password:

View File

@@ -18,7 +18,7 @@
- Archive files/directories with a specific compression level (`0` - the lowest, `9` - the highest): - Archive files/directories with a specific compression level (`0` - the lowest, `9` - the highest):
`zip -r -{{0-9}} {{path/to/compressed.zip}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}` `zip -r -{{0..9}} {{path/to/compressed.zip}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- Create an encrypted archive with a specific password: - Create an encrypted archive with a specific password: