From ec931aa6550b47461e92062a703e6ef9f4c24b17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 10 Oct 2015 09:30:37 +0200 Subject: Implement --replace|-r mode for pkg-unpack; improve in pkg-fetch --- bpkg/pkg-fetch-options.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/pkg-fetch-options.cli') diff --git a/bpkg/pkg-fetch-options.cli b/bpkg/pkg-fetch-options.cli index 4cfeb35..a064da5 100644 --- a/bpkg/pkg-fetch-options.cli +++ b/bpkg/pkg-fetch-options.cli @@ -17,9 +17,9 @@ bpkg pkg-fetch [] (/)|(-e )" The \cb{pkg-fetch} command fetches the archive for the specified package name and version from one of the configuration's repositories. If the \cb{-r|--replace} option is specified, then \cb{pkg-fetch} will replace the -archive of a package that is already in the \cb{fetched} state. Otherwise, -\cb{pkg-fetch} expects the package to not exist in the configuration's -database. +archive of a package that is already in the \cb{fetched} or \cb{unpacked} +state. Otherwise, \cb{pkg-fetch} expects the package to not exist in the +configuration's database. If the \cb{-e|--existing} option is used, then instead of the name and version argument, \cb{pkg-fetch} expects a local path to the existing @@ -36,7 +36,7 @@ namespace bpkg { bool --replace|-r { - "Replace the archive if the package is already fetched." + "Replace the archive if the package is already fetched or unpacked." }; bool --existing|-e -- cgit v1.1