From 17151c3b72ad1cb001c45fcc0b236f6a893ef59e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Oct 2015 16:01:27 +0200 Subject: Complete tests for all commands --- bpkg/pkg-unpack.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-unpack.cxx') 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;}); -- cgit v1.1