Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-29 00:23:50 +00:00
parent 46b2cfd792
commit 83a66a1427
8 changed files with 73 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
- Compress a file with the best compression level:
`lzop {{[-9|--best]}} {{[path/to/file]}}`
`lzop {{[-9|--best]}} {{path/to/file}}`
- Compress a file with the fastest compression level:
`lzop {{[-1|--fast]}} {{[path/to/file]}}`
`lzop {{[-1|--fast]}} {{path/to/file}}`