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 | 39e4b5ebd23742bfcf65e61d586aaa6f9191cc17 (patch) | |
tree | a37f5855208b9e860245c1737ff1d660491adb97 /client | |
parent | a9a322e11ff601e72585d426fe7c9d0fdab5aa69 (diff) | |
download | mariadb-git-39e4b5ebd23742bfcf65e61d586aaa6f9191cc17.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, |