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 @@
- 압축파일 암호화 (including file names):
`7zr a {{경로/encrypted.7z}} -p{{비밀번호}} -mhe=on {{경로/archive.7z}}`
`7zr a {{경로/encrypted.7z}} -p{{비밀번호}} -mhe={{on}} {{경로/archive.7z}}`
- 기존 디렉토리 경로에 존재하는 7z파일 추출하기: