From c9c7f3db4dd1e41a8843ae427d1cfdc85ba20675 Mon Sep 17 00:00:00 2001 From: Matt Bentley Date: Mon, 9 May 2016 17:28:46 -0400 Subject: [PATCH] Removed a few Orca references in docs & help text Signed-off-by: Matt Bentley --- reference/backup.md | 2 +- reference/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/backup.md b/reference/backup.md index 093393e47a..e3faec3ca7 100644 --- a/reference/backup.md +++ b/reference/backup.md @@ -24,7 +24,7 @@ docker run --rm -i \ ## Description 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. When backing up an HA cluster, take backups of all controllers one at diff --git a/reference/index.md b/reference/index.md index 0c5fe2e331..ffdbf86ff4 100644 --- a/reference/index.md +++ b/reference/index.md @@ -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 | | `id` | Dump out the ID of the UCP components running on this engine | | `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 | | `regen-certs` | Regenerate keys and certificates for a UCP controller | | `help` | Shows a list of commands or help for one command |