~percona-toolkit-dev/percona-toolkit/pt-agent

« back to all changes in this revision

Viewing changes to t/lib/samples/OptionParser/help008.txt

  • Committer: Daniel Nichter
  • Date: 2011-06-24 17:22:06 UTC
  • Revision ID: daniel@percona.com-20110624172206-c7q4s4ad6r260zz6
Add lib/, t/lib/, and sandbox/.  All modules are updated and passing on MySQL 5.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
3
 
 
4
Options:
 
5
 
 
6
  --algorithm=s         Checksum algorithm (ACCUM|CHECKSUM|BIT_XOR)
 
7
  --schema              Checksum SHOW CREATE TABLE intead of table data
 
8
 
 
9
Connection:
 
10
 
 
11
  --defaults-file=s -F  Only read mysql options from the given file
 
12
 
 
13
Filter:
 
14
 
 
15
  --databases=h     -d  Only checksum this comma-separated list of databases
 
16
 
 
17
Help:
 
18
 
 
19
  --explain-hosts       Explain hosts
 
20
  --help                Show help and exit
 
21
  --version             Show version and exit
 
22
 
 
23
Output:
 
24
 
 
25
  --tab                 Print tab-separated output, not column-aligned output
 
26
 
 
27
Option types: s=string, i=integer, f=float, h/H/a/A=comma-separated list, d=DSN, z=size, m=time
 
28
 
 
29
Rules:
 
30
 
 
31
  --schema is restricted to option groups Connection, Filter, Output, Help.
 
32
 
 
33
Options and values after processing arguments:
 
34
 
 
35
  --algorithm           (No value)
 
36
  --databases           (No value)
 
37
  --defaults-file       (No value)
 
38
  --explain-hosts       FALSE
 
39
  --help                FALSE
 
40
  --schema              FALSE
 
41
  --tab                 FALSE
 
42
  --version             FALSE