From 4561ce2596eadf66175252647301ea0800973991 Mon Sep 17 00:00:00 2001 From: Kevin Menard Date: Tue, 9 Jun 2009 19:58:47 -0400 Subject: [PATCH] Fixed a code block issue. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7021036..13d79bb 100644 --- a/README.markdown +++ b/README.markdown @@ -139,7 +139,7 @@ underlying git-svn process. You can turn on verbose logging with the '-v' or '--verbose' flags, like so: - $ svn2git http://svn.yoursite.com/path/to/repo --verbose + $ svn2git http://svn.yoursite.com/path/to/repo --verbose FAQ ---