summaryrefslogtreecommitdiff
path: root/client/mysqladmin.cc
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-01-31 19:35:12 -0800
committerunknown <jimw@mysql.com>2005-01-31 19:35:12 -0800
commit77cdf79fb4e19b6fceba93596f7ce786620c83a6 (patch)
tree0832bde889e0fee75cfe7faf689333ca0c14d337 /client/mysqladmin.cc
parent99620cecd8eb66ffdc21c4569cb86900f311548d (diff)
downloadmariadb-git-77cdf79fb4e19b6fceba93596f7ce786620c83a6.tar.gz
Add 'debug' to mysqladmin --help output. (Bug #8207)
client/mysqladmin.cc: Add documentation for 'debug' command
Diffstat (limited to 'client/mysqladmin.cc')
-rw-r--r--client/mysqladmin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqladmin.cc b/client/mysqladmin.cc
index d390a152fc7..0da7d5b3acf 100644
--- a/client/mysqladmin.cc
+++ b/client/mysqladmin.cc
@@ -1008,6 +1008,7 @@ static void usage(void)
print_defaults("my",load_default_groups);
puts("\nWhere command is a one or more of: (Commands may be shortened)\n\
create databasename Create a new database\n\
+ debug Instruct server to write debug information to log\n\
drop databasename Delete a database and all its tables\n\
extended-status Gives an extended status message from the server\n\
flush-hosts Flush all cached hosts\n\