Assembla home | Assembla project page
 

Changeset 10

Show
Ignore:
Timestamp:
06/06/07 15:57:19 (1 year ago)
Author:
major
Message:

Fixed bug with 'explainonly' argument.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mysqltuner.pl

    r9 r10  
    4646        "       --noinfo        Remove informational responses\n". 
    4747        "       --notitle       Remove section title headers\n". 
    48         "       --withexplain     Add verbose explanations\n". 
     48        "       --withexplain   Add verbose explanations\n". 
    4949        "       --explainonly   Provide only long text explanations, no bullets/titles\n". 
    5050        "       --nocolor       Don't print output in color\n". 
     
    7070    $opt{nobad} = 1; 
    7171    $opt{notitle} = 1; 
     72    $opt{withexplain} = 1; 
    7273} 
    7374