Fix lib/Cxn.pm that didn't merge correctly. Fix t/lib/OptionParser.t test failure. Update Cxn, OptionParser, and DSNParser in all tools.

This commit is contained in:
Daniel Nichter
2013-03-13 12:38:45 -06:00
parent 35683d5261
commit 5ddfb95ca7
9 changed files with 137 additions and 59 deletions

View File

@@ -1980,7 +1980,7 @@ my %synop = $o->_parse_synopsis();
is_deeply(
\%synop,
{
usage => "pt-archiver [OPTION...] --source DSN --where WHERE",
usage => "pt-archiver [OPTIONS] --source DSN --where WHERE",
description => "pt-archiver nibbles records from a MySQL table. The --source and --dest arguments use DSN syntax; if COPY is yes, --dest defaults to the key's value from --source.",
},
"_parse_synopsis() gets usage and description"