mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-21 12:35:24 +02:00
Merge pull request #126 from britter/sort-tar-options
Sort options for creating archives the way they are sorted for extracting archives
This commit is contained in:
commit
2a6119ff97
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- create a gzipped archive
|
||||
|
||||
`tar cfz {{target.tar.gz}} {{file1 file2 file3}}`
|
||||
`tar czf {{target.tar.gz}} {{file1 file2 file3}}`
|
||||
|
||||
- extract an archive in a target folder
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue