summaryrefslogtreecommitdiffstats
path: root/cvstogit
diff options
context:
space:
mode:
Diffstat (limited to 'cvstogit')
-rwxr-xr-xcvstogit2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvstogit b/cvstogit
index 7b89138..72fe560 100755
--- a/cvstogit
+++ b/cvstogit
@@ -201,7 +201,7 @@ merge_branches() {
echo
echo "Found the following total branches in Git:"
echo ${gitbranches[@]}
- echo "I have merged the following Git branches:"
+ echo "I have merged the following Git branches with master:"
echo ${mergedbranches[@]}
echo