Fix typo in credentials constraints

This commit is contained in:
Jake Howard 2019-10-13 12:44:59 +01:00 committed by GitHub
parent 8e8804719b
commit 4e5e2f407c
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`.