mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
7z: fix example of -t option (#1405)
This commit is contained in:
parent
bf37b88bab
commit
dea97777c4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
- Archive using a specific archive type:
|
||||
|
||||
`7z a -t{{zip|gzip|bzip2|tar|...}} {{archived}} {{path/to/file}}`
|
||||
`7z a -t {{zip|gzip|bzip2|tar|...}} {{archived}} {{path/to/file}}`
|
||||
|
||||
- List available archive types:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue