init-repository: fixed incorrect example for --mirror option

The full gerrit project name (including e.g. 'qt/' prefix) is appended
to the mirror. The previous example implied that only the last portion
was appended.

Change-Id: I6313427edc8e3dac0e9819ebec9de1d71763e07f
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Reviewed-by: Laszlo Papp <lpapp@kde.org>
This commit is contained in:
Rohan McGovern
2012-07-18 13:00:54 +10:00
committed by Qt by Nokia
parent 1e7d6ecc9d
commit 34f300fd4b

View File

@@ -192,7 +192,7 @@ For example:
...will use the following as a mirror for qtbase:
user@machine:/foo/bar/qtbase.git
user@machine:/foo/bar/qt/qtbase.git
The mirror is permitted to contain a subset of the submodules; any
missing modules will fall back to the canonical URLs.