1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 22:22:09 +02:00

7z: add space after option -p and -o (#2912)

This commit is contained in:
Andrik Albuquerque 2019-04-15 09:09:26 -03:00 committed by Starbeamrainbowlabs
parent de2b04eb49
commit 9eaa17fda9

View file

@ -9,7 +9,7 @@
- Encrypt an existing archive (including headers):
`7z a {{encrypted.7z}} -p{{password}} -mhe {{archived.7z}}`
`7z a {{encrypted.7z}} -p {{password}} -mhe {{archived.7z}}`
- Extract an existing 7z file with original directory structure: