aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-27 16:01:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-27 16:01:27 +0200
commit17151c3b72ad1cb001c45fcc0b236f6a893ef59e (patch)
tree0ea932a7f01104160697ef1eba4877350456bd49 /bpkg/pkg-unpack.cxx
parentd6effdb53b5145a160ae24f5b355e08f5a2b8b39 (diff)
Complete tests for all commands
Diffstat (limited to 'bpkg/pkg-unpack.cxx')
-rw-r--r--bpkg/pkg-unpack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-unpack.cxx b/bpkg/pkg-unpack.cxx
index 5af8a10..604abdf 100644
--- a/bpkg/pkg-unpack.cxx
+++ b/bpkg/pkg-unpack.cxx
@@ -221,7 +221,7 @@ namespace bpkg
tracer trace ("pkg_unpack");
if (o.replace () && !o.existing ())
- fail << "-r|--replace can only be specified with -e|--existing";
+ fail << "--replace|-r can only be specified with --existing|-e";
const dir_path& c (o.directory ());
level4 ([&]{trace << "configuration: " << c;});