diff options
author | Jim Winstead <jimw@mysql.com> | 2009-04-28 11:16:44 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-04-28 11:16:44 -0700 |
commit | 46154071c471470b2a5e3d1c486e4f7fab406d91 (patch) | |
tree | d1f5f5957dcfc57ec7b1d6a9488b526d69cc1daa /extra/perror.c | |
parent | 5faee8ed81220fb87ad95975e008af3ca92681c5 (diff) | |
download | mariadb-git-46154071c471470b2a5e3d1c486e4f7fab406d91.tar.gz |
Make help text for perror more accurate. (Bug #34574)
Diffstat (limited to 'extra/perror.c')
-rw-r--r-- | extra/perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c index 80eb2af2dae..a98a4fc3d1b 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -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); |