mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 21:35:44 +02:00
Fix placeholders (#9758)
This commit is contained in:
parent
dbd6056416
commit
3f68143bce
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
- Encrypt an existing archive (including file names):
|
||||
|
||||
`7za a {{path/to/encrypted.7z}} -p{{password}} -mhe=on {{path/to/archive.7z}}`
|
||||
`7za a {{path/to/encrypted.7z}} -p{{password}} -mhe={{on}} {{path/to/archive.7z}}`
|
||||
|
||||
- E[x]tract an archive preserving the original directory structure:
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
- [a]rchive using a specific archive type:
|
||||
|
||||
`7za a -t{{7z|bzip2|gzip|lzip|tar|zip}} {{path/to/archive.7z}} {{path/to/file_or_directory}}`
|
||||
`7za a -t{{7z|bzip2|gzip|lzip|tar|...}} {{path/to/archive.7z}} {{path/to/file_or_directory}}`
|
||||
|
||||
- [l]ist the contents of an archive:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue