From 607c3d0c103d117b9f7b28ce8de75708e1b850f7 Mon Sep 17 00:00:00 2001 From: Kenneth Hsu Date: Fri, 28 May 2021 14:47:45 -0700 Subject: [PATCH] Fix documentation for ConfigurationImporter utility. The ability to specify advanced options from the command line were removed in https://github.com/duplicati/duplicati/pull/3622 This avoids having to resolve ambiguities between options provided from the command line and those contained in the JSON configuration file. --- docs/07-other-command-line-utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-other-command-line-utilities.md b/docs/07-other-command-line-utilities.md index b5058d7..e7c3a99 100644 --- a/docs/07-other-command-line-utilities.md +++ b/docs/07-other-command-line-utilities.md @@ -302,7 +302,7 @@ This adds the ability to import backup configurations from the command-line. Thi The usage is as follows: ``` -ConfigurationImporter.exe --import-metadata=(true | false) --server-datafolder= []... +ConfigurationImporter.exe --import-metadata=(true | false) --server-datafolder= ``` For example: ```