diff options
author | unknown <monty@mysql.com> | 2005-02-02 20:30:57 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-02-02 20:30:57 +0200 |
commit | c95ce34ed54f5eeaddc2f03b760b6fb64e8a51b0 (patch) | |
tree | d3efc32727f460348a30e0ab992b51177f7b8335 /client | |
parent | 3d0f9d96d7236af2c4dc4bf844233e27497d59dc (diff) | |
parent | 8ecae2e65cd09568bdfcedd9b22b5fe41cf6144c (diff) | |
download | mariadb-git-c95ce34ed54f5eeaddc2f03b760b6fb64e8a51b0.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/my/mysql-4.1
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqladmin.cc | 1 |
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\ |