Add TLS command line options to fdbbackup modify (#10239)

This commit is contained in:
Hui Liu 2023-05-16 08:50:50 -07:00 committed by GitHub
parent 0ce1ab3162
commit c59e418d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
};