[docs] Fix GITLAB_INSTANCE-> GITLAB_URL

This commit is contained in:
Robert Schumacher 2018-08-08 05:25:20 -07:00
parent 0a25644821
commit cfc7f61b61
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Download and extract a project from Gitlab instances. Enables support for `insta
## Usage:
```cmake
vcpkg_from_gitlab(
GITLAB_INSTANCE <https://gitlab.com>
GITLAB_URL <https://gitlab.com>
OUT_SOURCE_PATH <SOURCE_PATH>
REPO <gitlab-org/gitlab-ce>
[REF <v10.7.3>]

View File

@ -5,7 +5,7 @@
## ## Usage:
## ```cmake
## vcpkg_from_gitlab(
## GITLAB_INSTANCE <https://gitlab.com>
## GITLAB_URL <https://gitlab.com>
## OUT_SOURCE_PATH <SOURCE_PATH>
## REPO <gitlab-org/gitlab-ce>
## [REF <v10.7.3>]