Merge pull request #36 from ffflorian/patch-1

fix: Typo in Linux CLI
This commit is contained in:
kees-z
2019-01-18 16:42:58 +01:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ Generally, each operation from the command line has the following format:
`Duplicati.CommandLine.exe <command> [storage-URL] [arguments] [advanced-options]` `Duplicati.CommandLine.exe <command> [storage-URL] [arguments] [advanced-options]`
**For Linux and Mac OS X:** **For Linux and Mac OS X:**
`duplicate-cli <command> [storage-URL] [arguments] [advanced-options]` `duplicati-cli <command> [storage-URL] [arguments] [advanced-options]`
Storage-URL, arguments and advanced-options may or may not be mandatory, depending on the command you execute. Storage-URL, arguments and advanced-options may or may not be mandatory, depending on the command you execute.