diff options
author | unknown <gni@dev3-221.dev.cn.tlan> | 2007-07-25 14:53:25 +0800 |
---|---|---|
committer | unknown <gni@dev3-221.dev.cn.tlan> | 2007-07-25 14:53:25 +0800 |
commit | 54077b746a078604d84b48bc2d4ef526e60ab701 (patch) | |
tree | 60667d00158e73a0b41de703f0677af240102486 /ndb | |
parent | ebcbfef85fb151d8a30a928906636219f360a15d (diff) | |
download | mariadb-git-54077b746a078604d84b48bc2d4ef526e60ab701.tar.gz |
BUG#27683 Incorrect description for ndb_restore --print
ndb/tools/restore/restore_main.cpp:
modify --print explaination of ndb_restore
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/tools/restore/restore_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/tools/restore/restore_main.cpp b/ndb/tools/restore/restore_main.cpp index 9ec59b9b4a6..9887869a0b3 100644 --- a/ndb/tools/restore/restore_main.cpp +++ b/ndb/tools/restore/restore_main.cpp @@ -112,7 +112,7 @@ static struct my_option my_long_options[] = "(parallelism can be 1 to 1024)", (gptr*) &ga_nParallelism, (gptr*) &ga_nParallelism, 0, GET_INT, REQUIRED_ARG, 128, 1, 1024, 0, 1, 0 }, - { "print", OPT_PRINT, "Print data and log to stdout", + { "print", OPT_PRINT, "Print metadata, data and log to stdout", (gptr*) &_print, (gptr*) &_print, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0 }, { "print_data", OPT_PRINT_DATA, "Print data to stdout", |