1
OptionParser.t parses command line options. For more details, please use the --help option, or try 'perldoc $PROGRAM_NAME' for complete documentation.
2
Usage: $PROGRAM_NAME <options>
6
--algorithm=s Checksum algorithm (ACCUM|CHECKSUM|BIT_XOR)
7
--schema Checksum SHOW CREATE TABLE intead of table data
11
--defaults-file=s -F Only read mysql options from the given file
15
--databases=h -d Only checksum this comma-separated list of databases
19
--explain-hosts Explain hosts
20
--help Show help and exit
21
--version Show version and exit
25
--tab Print tab-separated output, not column-aligned output
27
Option types: s=string, i=integer, f=float, h/H/a/A=comma-separated list, d=DSN, z=size, m=time
31
--schema is restricted to option groups Connection, Filter, Output, Help.
33
Options and values after processing arguments:
35
--algorithm (No value)
36
--databases (No value)
37
--defaults-file (No value)