Add TLS command line options to fdbbackup modify (#10239)
This commit is contained in:
parent
0ce1ab3162
commit
c59e418d0f
|
@ -318,7 +318,7 @@ CSimpleOpt::SOption g_rgBackupModifyOptions[] = {
|
|||
{ OPT_SNAPSHOTINTERVAL, "-s", SO_REQ_SEP },
|
||||
{ OPT_SNAPSHOTINTERVAL, "--snapshot-interval", SO_REQ_SEP },
|
||||
{ OPT_MOD_ACTIVE_INTERVAL, "--active-snapshot-interval", SO_REQ_SEP },
|
||||
|
||||
TLS_OPTION_FLAGS,
|
||||
SO_END_OF_OPTIONS
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue