Include argument value in flag format

pull/18425/head
Nathan Coleman 2023-08-10 15:47:50 -04:00
parent f64e808d5b
commit 6b6dbb4f74
1 changed files with 3 additions and 3 deletions

View File

@ -28,14 +28,14 @@ Usage: consul services export [options] -name <service name> -consumer-peers <ot
#### Command Options
- `-name` - (Required) The name of the service to export.
- `-name=<string>` - (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=<string>` - (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=<string>` - 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'