aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-15 16:05:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-15 16:05:45 +0200
commit028ac6496e368e7147e9e2e1232f2cd9dff3fe0e (patch)
tree6a44b5d74ae56e8e5ecb1dcb4bd69cfd6715f0c7 /bpkg/pkg-fetch.cxx
parent1ac7b379c695a350d2bde94b9204be818eebc53d (diff)
Rename -a|--archive to -e|--existing in pkg-fetch
Diffstat (limited to 'bpkg/pkg-fetch.cxx')
-rw-r--r--bpkg/pkg-fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx
index 89283c6..9d82446 100644
--- a/bpkg/pkg-fetch.cxx
+++ b/bpkg/pkg-fetch.cxx
@@ -34,7 +34,7 @@ namespace bpkg
path a;
bool purge;
- if (o.archive ())
+ if (o.existing ())
{
if (!args.more ())
fail << "archive path argument expected" <<