aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2019-09-24 23:40:32 +0200
committerGuido Günther <agx@sigxcpu.org>2019-09-24 23:40:32 +0200
commitfb26fd9229f8a836e8ddef643e6e9c4c128dd2af (patch)
treed7d8dbc434ff11a470257bb88ab5d71b8204e2d2 /docs
parentfef81e25b1efeffdfe88d240c70cb7526e8d5c41 (diff)
docs: Fix wrong argument order of branch rename
Closes: #941110 Thanks: Jens Reyer
Diffstat (limited to 'docs')
-rw-r--r--docs/chapters/import.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/chapters/import.xml b/docs/chapters/import.xml
index 443255d7..c6354bd4 100644
--- a/docs/chapters/import.xml
+++ b/docs/chapters/import.xml
@@ -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>: