fix: Typo in Linux CLI

This commit is contained in:
Florian Keller
2019-01-18 15:57:29 +01:00
committed by GitHub
parent 4a7d1b96fb
commit 5547c8615c

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.