7zr: wrap argument in curly braces (#10217)

This commit is contained in:
Jen
2023-05-18 00:59:33 +01:00
committed by GitHub
parent 4ccd83fa92
commit 32e885b754
9 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
- Encrypt an existing archive (including file names):
`7zr a {{path/to/encrypted.7z}} -p{{password}} -mhe=on {{path/to/archive.7z}}`
`7zr a {{path/to/encrypted.7z}} -p{{password}} -mhe={{on}} {{path/to/archive.7z}}`
- E[x]tract an archive preserving the original directory structure: