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:
Romain Prieto
2014-02-28 07:59:05 +11:00

View File

@@ -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