aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-link.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-04 15:41:41 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-06 11:53:45 +0300
commit03c40ed68ce10b26a5f9f509e914b1b54f060215 (patch)
tree42e79327baa90f4cfdee1ba04dba98250293fcfd /bpkg/cfg-link.cxx
parent22165c649ca2c5ef216ae3f99fbfb2dc0fff99ab (diff)
Add --backlink, --dangling, and --recursive options to cfg-info
Diffstat (limited to 'bpkg/cfg-link.cxx')
-rw-r--r--bpkg/cfg-link.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/cfg-link.cxx b/bpkg/cfg-link.cxx
index 5cbeef7..1146d22 100644
--- a/bpkg/cfg-link.cxx
+++ b/bpkg/cfg-link.cxx
@@ -139,7 +139,7 @@ namespace bpkg
//
if (lcf != nullptr)
{
- // Verify the back-link integrity.
+ // Verify the backlink integrity.
//
shared_ptr<configuration> cf (
ldb.query_one<configuration> (query::uuid == db.uuid.string ()));