diff options
Diffstat (limited to 'bpkg/cfg-unlink.cli')
-rw-r--r-- | bpkg/cfg-unlink.cli | 4 |
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." } }; |