docs: Fix wrong argument order of branch rename
authorGuido Günther <agx@sigxcpu.org>
Tue, 24 Sep 2019 21:40:32 +0000 (23:40 +0200)
committerGuido Günther <agx@sigxcpu.org>
Tue, 24 Sep 2019 21:40:32 +0000 (23:40 +0200)
Closes: #941110
Thanks: Jens Reyer

docs/chapters/import.xml

index 443255d7a8b9e7b76b4d30d4e164acc34dd23fa7..c6354bd40d58981f1dfe889b888981ec88c4aaee 100644 (file)
@@ -152,7 +152,7 @@ by version number.
     simple. You can either rename that branch to the default
     <option>upstream-branch</option> name <emphasis>upstream</emphasis> with:
 <programlisting>
-  &gitcmd; branch -m upstream theupstream-branch
+  &gitcmd; branch -m theupstream-branch upstream
 </programlisting>
     or you can tell &gbp-buildpackage; the name of the branch to use as
     <option>upstream-branch</option>: