From 2d084c43486104b6f86bfd0e6800ff72cb537c6b Mon Sep 17 00:00:00 2001 From: Justin Nauman Date: Tue, 5 Sep 2017 17:06:15 -0500 Subject: [PATCH] Removing instead of deprecating Namespace attr - Per discussion, there is no reason to deal with the complexity of backwards compatibility with the Namespace attribute on the Restore domain. - Also noticed there was an error on the validation of the BackupController where the message would actually just be the index of the error and not the contents of the message itself. Signed-off-by: Justin Nauman --- docs/cli-reference/ark_restore_create.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli-reference/ark_restore_create.md b/docs/cli-reference/ark_restore_create.md index b46a89e7b..dfe86214f 100644 --- a/docs/cli-reference/ark_restore_create.md +++ b/docs/cli-reference/ark_restore_create.md @@ -14,8 +14,8 @@ ark restore create BACKUP ### Options ``` - --exclude-namespaces stringArray namespaces to exclude from the backup - --include-namespaces stringArray namespaces to include in the backup (use '*' for all namespaces) (default *) + --exclude-namespaces stringArray namespaces to exclude from the restore + --include-namespaces stringArray namespaces to include in the restore (use '*' for all namespaces) (default *) --label-columns stringArray a comma-separated list of labels to be displayed as columns --labels mapStringString labels to apply to the restore --namespace-mappings mapStringString namespace mappings from name in the backup to desired restored name in the form src1:dst1,src2:dst2,...