aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpkg/cfg-create.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx
index df7a1bf..bbb624c 100644
--- a/bpkg/cfg-create.cxx
+++ b/bpkg/cfg-create.cxx
@@ -38,7 +38,8 @@ namespace bpkg
level5 ([&]{trace << "directory " << c << " not empty";});
if (!o.wipe ())
- fail << "directory " << c << " is not empty";
+ fail << "directory " << c << " is not empty" <<
+ info << "use --wipe to clean it up but be careful";
rm_r (c, false);
}