aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-07 10:18:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-07 10:18:18 +0200
commitaff5531fa1e63e1156b1b0d6e2fa8750d28ce06f (patch)
treedb145d41ce1c27f68bfd9b126aa741ee1f0e8859 /bpkg/pkg-fetch.cli
parente6d6fcea3f4c7c5e242e67792635d6bef7754a3a (diff)
Document package iteration mechanism, external package term
Diffstat (limited to 'bpkg/pkg-fetch.cli')
-rw-r--r--bpkg/pkg-fetch.cli8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/pkg-fetch.cli b/bpkg/pkg-fetch.cli
index 213c536..7228be0 100644
--- a/bpkg/pkg-fetch.cli
+++ b/bpkg/pkg-fetch.cli
@@ -15,7 +15,7 @@ namespace bpkg
"\h|SYNOPSIS|
- \c{\b{bpkg pkg-fetch} [<options>] (<pkg>\b{/}<ver> | \b{-e} <file>)}
+ \c{\b{bpkg pkg-fetch} [<options>] (<pkg>\b{/}<ver> | \b{--existing|-e} <file>)}
\h|DESCRIPTION|
@@ -32,9 +32,9 @@ namespace bpkg
If the \cb{--existing|-e} option is used, then instead of the name and
version arguments, \cb{pkg-fetch} expects a local path to an existing
package archive. In this case, \cb{bpkg} will use the archive in place,
- without copying it to the configuration or package cache directories.
- Also, unless the \cb{--purge|-p} option is specified, \cb{bpkg} will not
- attempt to remove this archive when the package is later purged with the
+ without copying it into the configuration directory. Also, unless the
+ \cb{--purge|-p} option is specified, \cb{bpkg} will not attempt to remove
+ this archive when the package is later purged with the
\l{bpkg-pkg-purge(1)} command."
}