Removed incorrect encrypt comment text (#3663)

Removed ", encrypt it," from comment in non-encrypted code block
This commit is contained in:
maynep 2017-06-20 19:59:38 +01:00 committed by Misty Stanley-Jones
parent e3ddcf6c05
commit c0639bba84
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ The example below shows how to create a backup of a UCP manager node and
verify its contents: verify its contents:
```none ```none
# Create a backup, encrypt it, and store it on /tmp/backup.tar # Create a backup and store it on /tmp/backup.tar
$ docker run --rm -i --name ucp \ $ docker run --rm -i --name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
{{ page.docker_image }} backup --interactive > /tmp/backup.tar {{ page.docker_image }} backup --interactive > /tmp/backup.tar