From c5e18e8f79fdae134b425d96068f521f9df60dc4 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Wed, 27 Jan 2016 19:07:53 +0100 Subject: [PATCH] Update usage.md --- USAGE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/USAGE.md b/USAGE.md index 463a56a..57fecf0 100644 --- a/USAGE.md +++ b/USAGE.md @@ -1,6 +1,6 @@ # NAME - MySQLTuner 1.6.2 - MySQL High Performance Tuning Script + MySQLTuner 1.6.3 - MySQL High Performance Tuning Script # IMPORTANT USAGE GUIDELINES @@ -40,6 +40,7 @@ You must provide the remote server's total memory when connecting to other serve --idxstat Print index information --cvefile CVE File for vulnerability checks --nocolor Don't print output in color + --json Print result as JSON string --buffers Print global and per-thread buffer values --outputfile Path to a output txt file --reportfile Path to a report txt file @@ -131,4 +132,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see . +along with this program. If not, see <http://www.gnu.org/licenses/>.