7z: remove spaces after options (#2919)

This commit is contained in:
Andrik Albuquerque
2019-04-15 23:29:43 -03:00
committed by Lucas Gabriel Schneider
parent ff6207240d
commit 10a9216971

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:
@@ -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: