diff options
author | Jim Winstead <jimw@mysql.com> | 2009-04-28 11:30:21 -0700 |
---|---|---|
committer | Jim Winstead <jimw@mysql.com> | 2009-04-28 11:30:21 -0700 |
commit | 8a43356fac87bf2ec81e6fee3b35e79ab0274c51 (patch) | |
tree | a37f5855208b9e860245c1737ff1d660491adb97 /client | |
parent | bdb7a3e8a90b2ba1feccf980d8adadb05f5c3a5c (diff) | |
download | mariadb-git-8a43356fac87bf2ec81e6fee3b35e79ab0274c51.tar.gz |
Remove extraneous space in --debug-check usage info.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc index eb8b522d972..d29bd8571c9 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -1345,7 +1345,7 @@ static struct my_option my_long_options[] = {"debug", '#', "Output debug log", (uchar**) &default_dbug_option, (uchar**) &default_dbug_option, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0}, #endif - {"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", 'T', "Print some debug info at exit.", (uchar**) &debug_info_flag, |