diff options
author | paul@teton.kitebird.com <> | 2004-03-22 09:38:57 -0600 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2004-03-22 09:38:57 -0600 |
commit | 389ab9fc5d508fcc79f778482b5de82374c763a4 (patch) | |
tree | ff69424f7179626a9f620263eef6cc41889e10d5 /client | |
parent | 8c4ade710bf06840c32e4097d570729b7c070ce9 (diff) | |
download | mariadb-git-389ab9fc5d508fcc79f778482b5de82374c763a4.tar.gz |
"automagically" is not a word.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqldump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c index f93c791564e..4aec31c8ff2 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -131,7 +131,7 @@ static struct my_option my_long_options[] = (gptr*) &opt_delayed, (gptr*) &opt_delayed, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"delete-master-logs", OPT_DELETE_MASTER_LOGS, - "Delete logs on master after backup. This will automagically enable --first-slave.", + "Delete logs on master after backup. This automatically enables --first-slave.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, {"disable-keys", 'K', "'/*!40000 ALTER TABLE tb_name DISABLE KEYS */; and '/*!40000 ALTER TABLE tb_name ENABLE KEYS */; will be put in the output.", (gptr*) &opt_disable_keys, @@ -173,7 +173,7 @@ static struct my_option my_long_options[] = {"lock-tables", 'l', "Lock all tables for read.", (gptr*) &lock_tables, (gptr*) &lock_tables, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"master-data", OPT_MASTER_DATA, - "This will cause the master position and filename to be appended to your output. This will automagically enable --first-slave.", + "This causes the master position and filename to be appended to your output. This automatically enables --first-slave.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, {"no-autocommit", OPT_AUTOCOMMIT, "Wrap tables with autocommit/commit statements.", |