Incorrect key-value set (#9430)

--include-logs switch requires the keyvalue to be set with "="
e.g. --include-logs=false
This commit is contained in:
Darwin Traver 2019-09-12 07:42:01 -04:00 committed by Olly P
parent 105a8e734a
commit 3302d5283e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ $ docker container run \
{{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} backup \
--file mybackup.tar \
--passphrase "secret12chars" \
--include-logs false
--include-logs=false
```
> **Note**: If you are running with Security-Enhanced Linux (SELinux) enabled,