aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-unlink.cli
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-unlink.cli
parent22165c649ca2c5ef216ae3f99fbfb2dc0fff99ab (diff)
Add --backlink, --dangling, and --recursive options to cfg-info
Diffstat (limited to 'bpkg/cfg-unlink.cli')
-rw-r--r--bpkg/cfg-unlink.cli4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/cfg-unlink.cli b/bpkg/cfg-unlink.cli
index ade3373..6514882 100644
--- a/bpkg/cfg-unlink.cli
+++ b/bpkg/cfg-unlink.cli
@@ -21,7 +21,7 @@ namespace bpkg
The \cb{cfg-unlink} command unlinks the specified \cb{bpkg} configuration
from the current configuration (the first form) or removes dangling
- implicit back-links (the second form). See \l{bpkg-cfg-create(1)} for
+ implicit backlinks (the second form). See \l{bpkg-cfg-create(1)} for
background on linked configurations.
In the first form the configuration to unlink can be specified either as
@@ -54,7 +54,7 @@ namespace bpkg
bool --dangling
{
- "Remove dangling implicit back-links."
+ "Remove dangling implicit backlinks."
}
};