From b1167e023c4f7e2fbc96a2c5aece23f0f256d98d Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Thu, 24 Nov 2011 16:31:08 +0000
Subject: [PATCH] Fix typo

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@426 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 01bb55f4..df425d79 100644
--- a/README
+++ b/README
@@ -99,7 +99,7 @@ If you just want to mark a revision as being merged, you can use the
 Reintegrating a branch into trunk is done from the trunk checkout:
 
     svn switch https://humgenprojects.lumc.nl/svn/mutalyzer/trunk
-    svn merge --reintegrate --dry-run \
+    svn merge --reintegrate \
       https://humgenprojects.lumc.nl/svn/mutalyzer/branches/my-feature-branch
     svn rm https://humgenprojects.lumc.nl/svn/mutalyzer/branches/my-feature-branch \
       -m 'Delete refactor-mutalyzer-branch'
-- 
GitLab