7z*.md: Modify tokens (#1009)

This commit is contained in:
Agniva De Sarker
2016-08-18 15:20:36 +05:30
committed by Waldir Pimenta
parent 6abfb1f252
commit e42a45fba9
3 changed files with 11 additions and 11 deletions

View File

@@ -5,15 +5,15 @@
- Archive a file or folder:
`7za a {{compressed.7z}} {{path/to/file}}`
`7za a {{archived.7z}} {{path/to/file}}`
- Extract an existing 7z file with original directory structure:
`7za x {{compressed}}`
`7za x {{archived}}`
- Archive using a specific archive type:
`7za a -t{{zip|gzip|bzip2|tar|...}} {{compressed}} {{path/to/file}}`
`7za a -t{{zip|gzip|bzip2|tar|...}} {{archived}} {{path/to/file}}`
- List available archive types:
@@ -21,4 +21,4 @@
- List the contents of an archive file:
`7za l {{compressed}}`
`7za l {{archived}}`