From 4e5e2f407cfd68b5c22e03cb0f487efd08cf100e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 13 Oct 2019 12:44:59 +0100 Subject: [PATCH] Fix typo in credentials constraints --- 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 f45b42e..a84315e 100644 --- a/docs/04-using-duplicati-from-the-command-line.md +++ b/docs/04-using-duplicati-from-the-command-line.md @@ -69,7 +69,7 @@ The storage-URL should be specified in this format: Multiple source paths can be specified if they are separated by a space. -`username` ust not contain `:` and `password` must not contain `@`. If they do, specify username and password using `--auth-username` and `--auth-password`, or url-encode them. +`username` must not contain `:` and `password` must not contain `@`. If they do, specify username and password using `--auth-username` and `--auth-password`, or url-encode them. Add as many advanced options as needed, like `--passphrase` and `--dblock-size`.