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

@ -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.