Skip to content

Commit f180eae

Browse files
committed
Missing argument requirement for cvefile in mysqltuner help #321
Schedule for releases on github #320
1 parent da858bd commit f180eae

File tree

2 files changed

+84
-57
lines changed

2 files changed

+84
-57
lines changed

USAGE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NAME
22

3-
MySQLTuner 1.7.0 - MySQL High Performance Tuning Script
3+
MySQLTuner 1.7.2 - MySQL High Performance Tuning Script
44

55
# IMPORTANT USAGE GUIDELINES
66

@@ -45,7 +45,7 @@ You must provide the remote server's total memory when connecting to other serve
4545
--pfstat Print Performance schema
4646
--bannedports Ports banned separated by comma(,)
4747
--maxportallowed Number of ports opened allowed on this hosts
48-
--cvefile CVE File for vulnerability checks
48+
--cvefile <path> CVE File for vulnerability checks
4949
--nocolor Don't print output in color
5050
--json Print result as JSON string
5151
--buffers Print global and per-thread buffer values
@@ -122,7 +122,7 @@ Maintained by Major Hayden (major\\@mhtx.net) - Licensed under GPL
122122

123123
# COPYRIGHT AND LICENSE
124124

125-
Copyright (C) 2006-2015 Major Hayden - major@mhtx.net
125+
Copyright (C) 2006-2017 Major Hayden - major@mhtx.net
126126

127127
For the latest updates, please visit http://mysqltuner.com/
128128

0 commit comments

Comments
 (0)