Documentation: finishing touches to the new tutorial.
[git.git] / Documentation / tutorial.txt
index a09bbea..66680d7 100644 (file)
@@ -18,7 +18,7 @@ Assume you have a tarball project.tar.gz with your initial work.  You
 can place it under git revision control as follows.
 
 ------------------------------------------------
-$ tar -xzf project.tar.gz
+$ tar xzf project.tar.gz
 $ cd project
 $ git init-db
 ------------------------------------------------