Update 04-using-duplicati-from-the-command-line.md

This commit is contained in:
kees-z 2021-06-21 21:34:39 +02:00 committed by GitHub
parent 1aa6bce8a8
commit 3ca9b3852d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,8 +36,11 @@ Generally, each operation from the command line has the following format:
Storage-URL, arguments and advanced-options may or may not be mandatory, depending on the command you execute.
*****
> ![](icon_info.png) Advanced options are preceeded with 2 dashes (`--`), followed by an equal=sign (`=`) and the desired value:
> `--advanced-option=value`
> ![](icon_info.png) Advanced options with a value are preceeded with 2 dashes (`--`), followed by an equal=sign (`=`) and the desired value:
> `--advanced-option=value`
> Advanced options that don't have a value (just turn on an option) can be specified in 2 ways:
> `--advanced-option=true` (`--advanced-option=false` disables the option)
> `--advanced-option`
*****