mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
7z: add space after option -p and -o (#2912)
This commit is contained in:
parent
de2b04eb49
commit
9eaa17fda9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
- Encrypt an existing archive (including headers):
|
- 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:
|
- Extract an existing 7z file with original directory structure:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue