diff options
author | unknown <stewart@mysql.com> | 2005-12-21 12:44:26 +1100 |
---|---|---|
committer | unknown <stewart@mysql.com> | 2005-12-21 12:44:26 +1100 |
commit | 128babca4b56e7aec9337414f76bb200cbba529c (patch) | |
tree | 56593d87d419c3fcf38b14fb60672cbb2d95542f | |
parent | e54c3c880ede2f198671ee17e35f9d8156180b2b (diff) | |
parent | fd46c78871a194feab9290584f38d3a2e0254dd8 (diff) | |
download | mariadb-git-128babca4b56e7aec9337414f76bb200cbba529c.tar.gz |
Merge mysql.com:/home/stewart/Documents/MySQL/4.1/main
into mysql.com:/home/stewart/Documents/MySQL/4.1/cleanup
-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."}, |