diff options
Diffstat (limited to 'mod/options.cli')
-rw-r--r-- | mod/options.cli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/options.cli b/mod/options.cli index c78af73..8020f95 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -2,7 +2,7 @@ // copyright : Copyright (c) 2014-2018 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file -include <libbpkg/manifest.hxx>; // repository_url +include <libbpkg/manifest.hxx>; // repository_location include <web/xhtml-fragment.hxx>; @@ -765,12 +765,12 @@ namespace brep // class ci { - // Package repository URL. + // Package repository location. // // Note that the ci parameter is renamed to '_' by the root handler (see // the request_proxy class for details). // - bpkg::repository_url repository | _; + bpkg::repository_location repository | _; // Package names/versions. // |