Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-16 00:21:27 +00:00
parent 27e9052087
commit 79690d7a3a
4 changed files with 44 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Archive a file keeping the input file:
`p7zip {{[-k|--heep]}} {{path/to/file}}`
`p7zip {{[-k|--keep]}} {{path/to/file}}`
- Decompress a file, replacing it with the original uncompressed version:
@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
- Decompress a file keeping the input file:
`p7zip {{[-d|--decompress]}} {{[-k|--heep]}} {{compressed.ext}}.7z`
`p7zip {{[-d|--decompress]}} {{[-k|--keep]}} {{compressed.ext}}.7z`
- Skip some checks and force compression or decompression: