Add 'debug' to mysqladmin --help output. (Bug #8207)

client/mysqladmin.cc:
  Add documentation for 'debug' command
This commit is contained in:
unknown 2005-01-31 19:35:12 -08:00
parent 99620cecd8
commit 77cdf79fb4

View file

@ -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\