mirror of https://github.com/CrimsonTome/tldr.git
7z: remove spaces after options (#2919)
parent
ff6207240d
commit
10a9216971
|
@ -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:
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
- Archive using a specific archive type:
|
- 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:
|
- List available archive types:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue