diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-06-03 19:31:18 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-06-04 12:39:05 +0300 |
commit | 7fa296d5b67a345c708b762f01cec53fc4c00d99 (patch) | |
tree | 0c140ec3de3b4584a2fb47c2485d4d79c1979f7c /libbrep | |
parent | a66efed44af2f9bc917d265ca7640ded40683f05 (diff) |
Add --ignore-unresolv-cond option and rename --ignore-unresolved-tests to --ignore-unresolv-tests for brep-load
Diffstat (limited to 'libbrep')
-rw-r--r-- | libbrep/package.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbrep/package.hxx b/libbrep/package.hxx index 61477a0..76c5836 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -133,7 +133,7 @@ namespace brep optional<version_constraint> constraint; // Resolved dependency package. Can be NULL if the repository load was - // shallow and the package dependency could not be resolved. + // shallow or the package dependency could not be resolved. // lazy_shared_ptr<package_type> package; |