Fix transposition of mysql and mysqldump in upgrade.pl help.
This commit is contained in:
parent
b62247735f
commit
46665266f1
2 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue