From ff3242dfb5da5f8740b49965adc359b637ce4d47 Mon Sep 17 00:00:00 2001 From: stamparm Date: Tue, 30 Apr 2013 01:39:39 -0700 Subject: [PATCH] Minor bug fix (not properly displayed markup) --- Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Usage.md b/Usage.md index d2bcc4802..f0bf880e9 100644 --- a/Usage.md +++ b/Usage.md @@ -1201,7 +1201,7 @@ Switch: `--common-tables` There are cases where `--tables` switch can not be used to retrieve the databases' table names. These cases usually fit into one of the following categories: -* The database management system is MySQL ** < 5.0** where `information_schema` is not available. +* The database management system is MySQL **< 5.0** where `information_schema` is not available. * The database management system is Microsoft Access and system table `MSysObjects` is not readable - default setting. * The session user does not have read privileges against the system table storing the scheme of the databases. @@ -1243,7 +1243,7 @@ Switch: `--common-columns` As per tables, there are cases where `--columns` switch can not be used to retrieve the databases' tables' column names. These cases usually fit into one of the following categories: -* The database management system is MySQL ** < 5.0** where `information_schema` is not available. +* The database management system is MySQL **< 5.0** where `information_schema` is not available. * The database management system is Microsoft Access where this kind of information is not available inside system tables. * The session user does not have read privileges against the system table storing the scheme of the databases.