mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 10:15:33 +02:00
p7zip: fix typo for --keep flag (#16861)
Fix the typo for keep flag for p7zip
This commit is contained in:
parent
2a2fac9939
commit
15c8243194
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
- Archive a file keeping the input file:
|
- 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:
|
- Decompress a file, replacing it with the original uncompressed version:
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
- Decompress a file keeping the input file:
|
- 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:
|
- Skip some checks and force compression or decompression:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue