Merge pull request #48 from RealOrangeOne/patch-1

Fix typo in credentials constraints
This commit is contained in:
kees-z 2019-10-16 21:46:56 +02:00 committed by GitHub
commit 0604a512a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.