summaryrefslogtreecommitdiff
path: root/client/mysqlshow.c
diff options
context:
space:
mode:
authorjani@hynda.mysql.fi <>2007-11-08 13:23:08 +0200
committerjani@hynda.mysql.fi <>2007-11-08 13:23:08 +0200
commite8d8102a93c103da31333803f9e9cea8d5afbd98 (patch)
treef89923a1746fb2b7c68c99a57d7bc4f89de2d0ff /client/mysqlshow.c
parent3434e4ed309e26d6aacefd28b1c2ec3e851e8dd9 (diff)
parentae0032f3ecc3244b5824b7f69dce275418b2e832 (diff)
downloadmariadb-git-e8d8102a93c103da31333803f9e9cea8d5afbd98.tar.gz
Merge hynda.mysql.fi:/home/my/mysql-5.1-main
into hynda.mysql.fi:/home/my/mysql-5.1-marvel
Diffstat (limited to 'client/mysqlshow.c')
-rw-r--r--client/mysqlshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlshow.c b/client/mysqlshow.c
index a43adb0d586..167ff5c6198 100644
--- a/client/mysqlshow.c
+++ b/client/mysqlshow.c
@@ -178,7 +178,7 @@ static struct my_option my_long_options[] =
0, 0, 0},
{"debug", '#', "Output debug log. Often this is 'd:t:o,filename'.",
0, 0, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
- {"debug-check", OPT_DEBUG_CHECK, "Check memory and open file usage at exit .",
+ {"debug-check", OPT_DEBUG_CHECK, "Check memory and open file usage at exit.",
(uchar**) &debug_check_flag, (uchar**) &debug_check_flag, 0,
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
{"debug-info", OPT_DEBUG_INFO, "Print some debug info at exit.",