tar: update an example (#4230)

client-spec/clarity
shyneko 2020-07-28 17:27:36 +03:00 committed by GitHub
parent 95ef1a04ab
commit a9d0095fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@
`tar xf {{source.tar[.gz|.bz2|.xz]}}`
- Extract an archive into a target directory:
- Extract a (compressed) archive into the target directory:
`tar xf {{source.tar}} -C {{directory}}`
`tar xf {{source.tar[.gz|.bz2|.xz]}} -C {{directory}}`
- Create a compressed archive, using archive suffix to determine the compression program: