#At file:///Users/jimw/my/mysql-5.1/ based on revid:jimw@stripped
2877 Jim Winstead 2009-04-28
Make help text for perror more accurate. (Bug #34574)
modified:
extra/perror.c
=== modified file 'extra/perror.c'
--- a/extra/perror.c 2009-02-24 10:33:51 +0000
+++ b/extra/perror.c 2009-04-28 18:16:44 +0000
@@ -115,7 +115,7 @@ static void usage(void)
{
print_version();
puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\nand you are welcome to modify and redistribute it under the GPL license\n");
- printf("Print a description for a system error code or an error code from\na MyISAM/ISAM/BDB table handler.\n");
+ printf("Print a description for a system error code or a MySQL error code.\n");
printf("If you want to get the error for a negative error code, you should use\n-- before the first error code to tell perror that there was no more options.\n\n");
printf("Usage: %s [OPTIONS] [ERRORCODE [ERRORCODE...]]\n",my_progname);
my_print_help(my_long_options);
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (jimw:2877) Bug#34574 | Jim Winstead | 28 Apr |