From fa450e71d6c47dfcbad61aec7434a113cfe4ee54 Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Fri, 29 Nov 2019 16:02:20 +0100 Subject: [PATCH] Fix syntax. --- arangosh/Backup/BackupFeature.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arangosh/Backup/BackupFeature.cpp b/arangosh/Backup/BackupFeature.cpp index 60550fbbe0..827b108657 100644 --- a/arangosh/Backup/BackupFeature.cpp +++ b/arangosh/Backup/BackupFeature.cpp @@ -737,11 +737,11 @@ void BackupFeature::collectOptions(std::shared_ptr opti options->addOption("--force", "abort transactions if needed to ensure a consistent snapshot." - " (create operation).", + " (create operation)." " Note that this is rather brutal and is almost certainly not what your " "application is going to like. In the presence of intermediate commits using " "this option can even destroy the atomicity of your transactions. Use at your " - "own risk and only if you really need a consistent backup at all costs." + "own risk and only if you really need a consistent backup at all costs.", new BooleanParameter(&_options.abortTransactionsIfNeeded)); #endif /*