Removed a few Orca references in docs & help text

Signed-off-by: Matt Bentley <matt.bentley@docker.com>
This commit is contained in:
Matt Bentley 2016-05-09 17:28:46 -04:00 committed by Joao Fernandes
parent 6568b37e39
commit c9c7f3db4d
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ docker run --rm -i \
## Description ## Description
This utility will dump out a tar file containing all the contents of the This utility will dump out a tar file containing all the contents of the
volumes used by Orca on this node. This can be used to make periodic volumes used by UCP on this node. This can be used to make periodic
backups suitable for use in the 'restore' command. backups suitable for use in the 'restore' command.
When backing up an HA cluster, take backups of all controllers one at When backing up an HA cluster, take backups of all controllers one at

View File

@ -69,7 +69,7 @@ Additional help is available for each command with the '--help' option.
| `fingerprint` | Dump out the TLS fingerprint for the UCP controller running on this engine | | `fingerprint` | Dump out the TLS fingerprint for the UCP controller running on this engine |
| `id` | Dump out the ID of the UCP components running on this engine | | `id` | Dump out the ID of the UCP components running on this engine |
| `engine-discovery` | Manage the engine discovery configuration | | `engine-discovery` | Manage the engine discovery configuration |
| `backup` | Stream a tar file to stdout containing all Orca data volumes | | `backup` | Stream a tar file to stdout containing all UCP data volumes |
| `restore` | Stream a tar file on stdin containing all local UCP data volumes | | `restore` | Stream a tar file on stdin containing all local UCP data volumes |
| `regen-certs` | Regenerate keys and certificates for a UCP controller | | `regen-certs` | Regenerate keys and certificates for a UCP controller |
| `help` | Shows a list of commands or help for one command | | `help` | Shows a list of commands or help for one command |