1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:42:08 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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):
`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:

View file

@ -18,7 +18,7 @@
- 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: