diff options
author | unknown <patg@krsna.patg.net> | 2004-09-14 12:23:18 -0700 |
---|---|---|
committer | unknown <patg@krsna.patg.net> | 2004-09-14 12:23:18 -0700 |
commit | 1d6ea1611b2de5bec5c91aec958c9ffe7bce8314 (patch) | |
tree | 46f609072238aca14568c636255ece339c138287 /scripts/mysqlhotcopy.sh | |
parent | 7a3b609538b0d7dcba146f4b2bea74aea4161d5f (diff) | |
download | mariadb-git-1d6ea1611b2de5bec5c91aec958c9ffe7bce8314.tar.gz |
fixed bug 5531
scripts/mysqlhotcopy.sh:
small fix to help options per bug 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 af4e6084c59..2256e028eb4 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 { |