Bug #5531 typo in mysqlhotcopy help message
Submitted: 12 Sep 2004 10:22 Modified: 22 Sep 2004 9:51
Reporter: Antony Dovgal Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:4.0.20 OS:Linux (Linux)
Assigned to: Bugs System CPU Architecture:Any

[12 Sep 2004 10:22] Antony Dovgal
Description:
There is a plain typo at the end of mysqlhotcopy help output:
...
 Try 'perldoc /usr/bin/mysqlhotcopy for more complete documentation'

Probably it should be:
...
 Try 'perldoc /usr/bin/mysqlhotcopy' for more complete documentation
instead.

How to repeat:
`mysqlhotcopy --help`

Suggested fix:
--- mysqlhotcopy.sh.orig        2004-07-27 10:14:12.000000000 +0400
+++ mysqlhotcopy.sh     2004-09-12 14:21:02.494056408 +0400
@@ -77,7 +77,7 @@
   --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 {
[22 Sep 2004 9:51] Patrick Galbraith
fixed.