diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index f9c809061..0b12f7a16 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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. diff --git a/sbin/upgrade.pl b/sbin/upgrade.pl index 1f43dce99..3786fa03c 100644 --- a/sbin/upgrade.pl +++ b/sbin/upgrade.pl @@ -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.