From 46665266f1c6a777e27612fffc5894e63d5338e8 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 4 Oct 2006 22:45:43 +0000 Subject: [PATCH] Fix transposition of mysql and mysqldump in upgrade.pl help. --- docs/changelog/7.x.x.txt | 3 +++ sbin/upgrade.pl | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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.