aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpkg/rep-add.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-add.cxx b/bpkg/rep-add.cxx
index 4348206..0c06ce6 100644
--- a/bpkg/rep-add.cxx
+++ b/bpkg/rep-add.cxx
@@ -63,7 +63,7 @@ namespace bpkg
t.commit ();
if (verb)
- text << "added " << rn;
+ text << "added repository " << rn;
return 0;
}