diff --git a/content/rdi/reference/cli/redis-di-deploy.md b/content/rdi/reference/cli/redis-di-deploy.md index 04f18669acf..777f2e95f3b 100644 --- a/content/rdi/reference/cli/redis-di-deploy.md +++ b/content/rdi/reference/cli/redis-di-deploy.md @@ -89,14 +89,6 @@ Usage: redis-di deploy [OPTIONS] Password for unlocking an encrypted private key -- `rdi_site_name`: - - - Type: STRING - - Default: `none` - - Usage: `--rdi-site-name` - - Site name to be used as a prefix for WB streams in active active - - `directory`: - Type: STRING @@ -133,8 +125,6 @@ Options: --rdi-cacert TEXT CA certificate file to verify with --rdi-key-password TEXT Password for unlocking an encrypted private key - --rdi-site-name TEXT Site name to be used as a prefix for WB - streams in active active --dir TEXT Directory containing RDI configuration [default: .] --help Show this message and exit. diff --git a/content/rdi/reference/cli/redis-di-start.md b/content/rdi/reference/cli/redis-di-start.md index 56481b52904..7e60b79c90d 100644 --- a/content/rdi/reference/cli/redis-di-start.md +++ b/content/rdi/reference/cli/redis-di-start.md @@ -89,14 +89,6 @@ Usage: redis-di start [OPTIONS] Password for unlocking an encrypted private key -- `rdi_site_name`: - - - Type: STRING - - Default: `none` - - Usage: `--rdi-site-name` - - Site name to be used as a prefix for WB streams in active active - - `help`: - Type: BOOL @@ -125,7 +117,5 @@ Options: --rdi-cacert TEXT CA certificate file to verify with --rdi-key-password TEXT Password for unlocking an encrypted private key - --rdi-site-name TEXT Site name to be used as a prefix for WB - streams in active active --help Show this message and exit. ```