From 5547c8615c0664a7b693897144a95efd54534594 Mon Sep 17 00:00:00 2001 From: Florian Keller Date: Fri, 18 Jan 2019 15:57:29 +0100 Subject: [PATCH] fix: Typo in Linux CLI --- docs/04-using-duplicati-from-the-command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-using-duplicati-from-the-command-line.md b/docs/04-using-duplicati-from-the-command-line.md index 4d8044f..f45b42e 100644 --- a/docs/04-using-duplicati-from-the-command-line.md +++ b/docs/04-using-duplicati-from-the-command-line.md @@ -31,7 +31,7 @@ Generally, each operation from the command line has the following format: `Duplicati.CommandLine.exe [storage-URL] [arguments] [advanced-options]` **For Linux and Mac OS X:** -`duplicate-cli [storage-URL] [arguments] [advanced-options]` +`duplicati-cli [storage-URL] [arguments] [advanced-options]` Storage-URL, arguments and advanced-options may or may not be mandatory, depending on the command you execute.