From 58957339c5f6da644c8be34f1c77dbb216092092 Mon Sep 17 00:00:00 2001 From: Clemens Vasters Date: Thu, 29 Aug 2024 15:04:07 +0200 Subject: [PATCH] doc fix Signed-off-by: Clemens Vasters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e78d36..7985b11 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ usage, only referring to the Relay service with the `-e` option. | Option | Description | | ----------------------------------------------------- | ----------------------------------------------------------- | | -f, --config-file | Configuration file to use. See [Configuration File](CONFIG.md#configuration-file) | -| -e, --endpoint-uri | Relay endpoint URI, formed as `sb://{namespace-name}.servicebus.windows.net/{hybrid-connection-name}`. | +| -e, --endpoint-uri | Relay endpoint base URI, formed as `sb://{namespace-name}.servicebus.windows.net/`. | | -x, --connection-string | Azure Relay connection string (overridden with -s -K -k -e) | | -K, --shared-access-key-name | Shared access policy name (optional) | | -k, --shared-access-key | Shared access policy key (optional) |