From cce284bb4a09b74e55669cb648598bd9a06d9d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 14 Nov 2012 13:21:49 +0100 Subject: [PATCH] Fix formatting --- doc/faq.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index 71168a3914..6a30ec32e2 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -847,8 +847,7 @@ The invalid part of the code is the horizontal line made of dashes that appears once in every dump created with mysqldump. If you want to run your dump you have to turn it into valid MySQL. This means, you have to add a whitespace after the first two dashes of the line or add -a # before it: ``-- --------------------------------------------------------`` or +a # before it: ``-- -------------------------------------------------------`` or ``#---------------------------------------------------------`` .. _faq3_5: