1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 23:55:34 +02:00

p7zip: fix typo for --keep flag (#16861)

Fix the typo for keep flag for p7zip
This commit is contained in:
Yoshikage Kira 2025-06-15 03:39:32 +00:00 committed by GitHub
parent 2a2fac9939
commit 15c8243194
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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