diff options
author | serg@serg.mylan <> | 2004-12-04 10:06:38 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-12-04 10:06:38 +0100 |
commit | 9c23871867ea969ed31833e9386c6556e4bc3c03 (patch) | |
tree | 73d0a3a0ff9c31521f0b73c5b97061177258af6c /client | |
parent | b00395fca876cbec9d2decc1215a356cffec89ef (diff) | |
download | mariadb-git-9c23871867ea969ed31833e9386c6556e4bc3c03.tar.gz |
help text corrected
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqldump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c index 489063ffc73..b4fa293c19c 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -158,7 +158,7 @@ static struct my_option my_long_options[] = (gptr*) &opt_compatible_mode_str, (gptr*) &opt_compatible_mode_str, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, {"compact", OPT_COMPACT, - "Give less verbose output (useful for debugging). Disables structure comments and header/footer constructs. Enables options --skip-add-drop-table --no-set-names --skip-disable-keys --skip-lock-tables", + "Give less verbose output (useful for debugging). Disables structure comments and header/footer constructs. Enables options --skip-add-drop-table --no-set-names --skip-disable-keys --skip-add-locks", (gptr*) &opt_compact, (gptr*) &opt_compact, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, {"complete-insert", 'c', "Use complete insert statements.", (gptr*) &cFlag, |