diff options
Diffstat (limited to 'docs/chapters')
-rw-r--r-- | docs/chapters/import.sgml | 2 |
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): |