1
0
Fork 0
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:
Emily Grace Seville 2023-01-11 21:24:50 +10:00 committed by GitHub
parent dbd6056416
commit 3f68143bce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: