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 | eb3c7791e5dab1970e65366251505009a731e2bb (patch) | |
tree | d1f5f5957dcfc57ec7b1d6a9488b526d69cc1daa /extra | |
parent | f6bb5d0af62643ec9f94e4aa2794dd7eb92890af (diff) | |
download | mariadb-git-eb3c7791e5dab1970e65366251505009a731e2bb.tar.gz |
Make help text for perror more accurate. (Bug #34574)
Diffstat (limited to 'extra')
-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); |