From 6b6dbb4f74fc49171b830c84138d2efd14656d52 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Thu, 10 Aug 2023 15:47:50 -0400 Subject: [PATCH] Include argument value in flag format --- website/content/commands/services/export.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/commands/services/export.mdx b/website/content/commands/services/export.mdx index d02e6f21f8..2d61b5ffc5 100644 --- a/website/content/commands/services/export.mdx +++ b/website/content/commands/services/export.mdx @@ -28,14 +28,14 @@ Usage: consul services export [options] -name -consumer-peers ` - (Required) The name of the service to export. -- `-consumer-peers` - (Required) A comma-separated list of cluster peers to export the service to. +- `-consumer-peers=` - (Required) A comma-separated list of cluster peers to export the service to. In Consul Enterprise, this flag is optional if -consumer-partitions is specified. #### Enterprise Options -- `-consumer-partitions` - (Enterprise only) A comma-separated list of admin partitions within the +- `-consumer-partitions=` - A comma-separated list of admin partitions within the same datacenter to export the service to. This flag is optional if -consumer-peers is specified. @include 'http_api_partition_options.mdx'