aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.cxx
diff options
context:
space:
mode:
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;});