From 12d5c60acfc90ff613c11f2c1743e9957fa90938 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Thu, 27 Feb 2014 16:49:46 +0100 Subject: [PATCH] Sort options for creating archives the way they are sorted for extracting archives --- common/tar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/tar.md b/common/tar.md index c0ba1b1635..aa5c47f9d1 100644 --- a/common/tar.md +++ b/common/tar.md @@ -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