From 028ac6496e368e7147e9e2e1232f2cd9dff3fe0e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Sep 2015 16:05:45 +0200 Subject: Rename -a|--archive to -e|--existing in pkg-fetch --- bpkg/pkg-fetch-options.cli | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'bpkg/pkg-fetch-options.cli') diff --git a/bpkg/pkg-fetch-options.cli b/bpkg/pkg-fetch-options.cli index 27b3ad7..a15d899 100644 --- a/bpkg/pkg-fetch-options.cli +++ b/bpkg/pkg-fetch-options.cli @@ -16,9 +16,9 @@ bpkg pkg-fetch [] ( )|(-a )" 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{-a|--archive} option is used, then instead of the name and version -arguments, \cb{pkg-fetch} expects a local path to the package archive -file. In this case, \cb{bpkg} will use the archive in place, without +\cb{-e|--existing} option is used, then instead of the name and version +arguments, \cb{pkg-fetch} expects a local path to the existing package +archive. In this case, \cb{bpkg} will use the archive in place, without copying it to the configuration or package cache directories. It will also not attempt to remove the archive if the package is purged with the \cb{pkg-purge} command." @@ -35,10 +35,10 @@ namespace bpkg directory." }; - bool --archive|-a + bool --existing|-e { - "Treat the argument as a package archive path rather than package - name/version to fetch." + "Treat the argument as an existing package archive path rather than + package name/version to fetch." }; }; } -- cgit v1.1