7z: remove spaces after options (#2919)
This commit is contained in:

committed by
Lucas Gabriel Schneider

parent
ff6207240d
commit
10a9216971
@@ -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:
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
- Archive using a specific archive type:
|
||||
|
||||
`7z a -t {{zip|gzip|bzip2|tar}} {{archived.7z}} {{path/to/file_or_directory}}`
|
||||
`7z a -t{{zip|gzip|bzip2|tar}} {{archived.7z}} {{path/to/file_or_directory}}`
|
||||
|
||||
- List available archive types:
|
||||
|
||||
|
Reference in New Issue
Block a user