From aff5531fa1e63e1156b1b0d6e2fa8750d28ce06f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Mar 2018 10:18:18 +0200 Subject: Document package iteration mechanism, external package term --- bpkg/pkg-fetch.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/pkg-fetch.cli') 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} [] (\b{/} | \b{-e} )} + \c{\b{bpkg pkg-fetch} [] (\b{/} | \b{--existing|-e} )} \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." } -- cgit v1.1