From 34f300fd4bc5430d7150e705153029c5d819fb55 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Wed, 18 Jul 2012 13:00:54 +1000 Subject: 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 Reviewed-by: Laszlo Papp --- init-repository | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-repository b/init-repository index a0ea683e..21c4de01 100755 --- a/init-repository +++ b/init-repository @@ -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. -- cgit v1.2.3