Fix transposition of mysql and mysqldump in upgrade.pl help.

This commit is contained in:
Drake 2006-10-04 22:45:43 +00:00
parent b62247735f
commit 46665266f1
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
7.0.10
- fix: mysql and mysqldump were transposed in upgrade.pl --help
7.0.9
- Removed the need for DateTime::Cron::Simple, which also added the ability
to use ! < and > in schedules.

View file

@ -72,10 +72,10 @@ Options:
flag will NOT run the upgrade.
--mysql The path to your mysql client executable.
Defaults to '$mysqldump'.
Defaults to '$mysql'.
--mysqldump The path to your mysqldump executable.
Defaults to '$mysql'.
Defaults to '$mysqldump'.
--override This utility is designed to be run as
a privileged user on Linux style systems.