aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-12-16 19:33:37 +0100
committerGuido Günther <agx@sigxcpu.org>2009-12-16 19:33:37 +0100
commita0c7a91a507b20ed7c797376c98b02a368193ce5 (patch)
tree119ded6b23c47a0346a85e0aac18ce55cd1666f1
parent89340a267dfbc2eba3c83426d7ffc1a76017de52 (diff)
docs: fix git-init call
Thanks: Pietro Battiston
-rw-r--r--docs/chapters/import.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index 429f9f11..73fc5950 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -153,7 +153,7 @@ EOF
<screen>
<command>mkdir</command> package-0.1
<command>cd</command> package-0.1
-<command>git-init</command>
+<command>git init</command>
</screen>
<para>Then you import the upstream sources, branch off the
<option>upstream-branch</option> branch and add the debian files (e.g. via dh_make):