diff options
author | unknown <patg@krsna.patg.net> | 2004-09-14 14:10:29 -0700 |
---|---|---|
committer | unknown <patg@krsna.patg.net> | 2004-09-14 14:10:29 -0700 |
commit | 8bf8c8596873b534ad4a13eb73152c617c50c21b (patch) | |
tree | 2c519159fa0406c5ea75ab6192892cc5b27753ac /scripts/mysqlhotcopy.sh | |
parent | 1d6ea1611b2de5bec5c91aec958c9ffe7bce8314 (diff) | |
download | mariadb-git-8bf8c8596873b534ad4a13eb73152c617c50c21b.tar.gz |
another small change for bug 5531
scripts/mysqlhotcopy.sh:
one more \' to remove for bugfix 5531!
Diffstat (limited to 'scripts/mysqlhotcopy.sh')
-rw-r--r-- | scripts/mysqlhotcopy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqlhotcopy.sh b/scripts/mysqlhotcopy.sh index 2256e028eb4..b90ca4dc7c0 100644 --- a/scripts/mysqlhotcopy.sh +++ b/scripts/mysqlhotcopy.sh @@ -77,7 +77,7 @@ Usage: $0 db_name[./table_regex/] [new_db_name | directory] --record_log_pos=# record slave and master status in specified db.table --chroot=# base directory of chroot jail in which mysqld operates - Try \'perldoc $0\' for more complete documentation\' + Try \'perldoc $0\' for more complete documentation _OPTIONS sub usage { |