aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-add.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-05 18:58:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-05 18:58:16 +0200
commit9db8acccdfcf611f8e33e5df1244a4671cc9a6a2 (patch)
tree9e510fc528c288c408f3ff9770eb3af151e111ac /bpkg/rep-add.cxx
parenteedc1dfc807ea884e33aa8c1e7eace803c2186cd (diff)
Minor diagnostics improvement
Diffstat (limited to 'bpkg/rep-add.cxx')
-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;
}