Comment 2 for bug 820104

Revision history for this message
Baron Schwartz (baron-xaprb) wrote :

I believe it's OK to remove this option. Let's target it for the next milestone, and during that time, we can write some code in OptionParser.pm to warn when a deprecated option is removed, eg:

--item --zero-bool

deprecated: yes; blah: blah

When such an option is given on the command line or in a file, the tool should print to STDERR something like this:

Warning: option '--zero-bool' is deprecated and will be removed in the next version of Percona Toolkit.