diff options
author | paul@snake-hub.snake.net <> | 2005-12-20 12:47:44 -0600 |
---|---|---|
committer | paul@snake-hub.snake.net <> | 2005-12-20 12:47:44 -0600 |
commit | f5cc3fd619f524c2c7a8d880ac1152d68875eaf9 (patch) | |
tree | 7a2c1e2c38d1554bf2864809d493516ce287b626 /client | |
parent | ffab9e11b5d5e9058e9b394ed6df27a0c6ca4326 (diff) | |
download | mariadb-git-f5cc3fd619f524c2c7a8d880ac1152d68875eaf9.tar.gz |
mysql.cc:
Typo in help message.
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 14a27413687..d76195535a3 100644 --- a/client/mysql.cc +++ b/client/mysql.cc @@ -254,7 +254,7 @@ static COMMANDS commands[] = { { "quit", 'q', com_quit, 0, "Quit mysql." }, { "rehash", '#', com_rehash, 0, "Rebuild completion hash." }, { "source", '.', com_source, 1, - "Execute a SQL script file. Takes a file name as an argument."}, + "Execute an SQL script file. Takes a file name as an argument."}, { "status", 's', com_status, 0, "Get status information from the server."}, #ifdef USE_POPEN { "system", '!', com_shell, 1, "Execute a system shell command."}, |