From b19d3c8e771fe7ddbce764b460c02c8180c48355 Mon Sep 17 00:00:00 2001 From: gibas Date: Mon, 24 Jun 2013 15:12:18 +0200 Subject: [PATCH] removed options for mysql/mariadb --- mysqltuner.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 3e50639..b5fbdbe 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -100,9 +100,6 @@ sub usage { " --port Port to use for connection (default: 3306)\n". " --user Username to use for authentication\n". " --pass Password to use for authentication\n". - " Database type\n". - " --mysql Run with mysql database (default)\n". - " --maria Run with mariadb database\n". "\n". " Performance and Reporting Options\n". " --skipsize Don't enumerate tables and their types/sizes (default: on)\n".