Fixed option name to match documentation.

This commit is contained in:
Stephen Atherton 2019-03-05 23:26:45 -08:00
parent 7ffdd6c875
commit 28e67aa041
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ CSimpleOpt::SOption g_rgRestoreOptions[] = {
#endif
{ OPT_RESTORE_CLUSTERFILE_DEST, "--dest_cluster_file", SO_REQ_SEP },
{ OPT_RESTORE_CLUSTERFILE_ORIG, "--orig_cluster_file", SO_REQ_SEP },
{ OPT_RESTORE_TIMESTAMP, "--restore_datetime", SO_REQ_SEP },
{ OPT_RESTORE_TIMESTAMP, "--timestamp", SO_REQ_SEP },
{ OPT_KNOB, "--knob_", SO_REQ_SEP },
{ OPT_RESTORECONTAINER,"-r", SO_REQ_SEP },
{ OPT_PREFIX_ADD, "-add_prefix", SO_REQ_SEP },