diff options
author | Kai Koehne <kai.koehne@theqtcompany.com> | 2014-11-11 15:01:38 +0100 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@theqtcompany.com> | 2014-11-12 10:48:54 +0100 |
commit | 8f35cb288615801ae09e5a4a294d6848bd5c33be (patch) | |
tree | 969e865f79610af663d25a2a354c7df3d130042a /init-repository | |
parent | d5946d420f14ade23362a67188d80a5c95f66c0a (diff) | |
download | qt5-8f35cb288615801ae09e5a4a294d6848bd5c33be.tar.gz |
Fix description of --mirror argument
The argument actually requires a trailing slash.
Change-Id: Idc2567746d2b3f4ebf31c2bce5ec683d2a1f425b
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'init-repository')
-rwxr-xr-x | init-repository | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init-repository b/init-repository index 3fdfa83f..4a01aa6d 100755 --- a/init-repository +++ b/init-repository @@ -178,7 +178,7 @@ Uses <url-base> as the base URL for submodule git mirrors. For example: - --mirror user@machine:/foo/bar + --mirror user@machine:/foo/bar/ ...will use the following as a mirror for qtbase: |