From 10d1308d4075819a70b551313c47909355be167d Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:28:35 -0800 Subject: [PATCH] Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/CommandOptions/OptionsGenerator.cs --- .../CommandOptions/OptionsGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/CommandOptions/OptionsGenerator.cs b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/CommandOptions/OptionsGenerator.cs index 54e6a800872..fde07504ea3 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/CommandOptions/OptionsGenerator.cs +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/CommandOptions/OptionsGenerator.cs @@ -56,7 +56,7 @@ public static RootCommand GenerateCommandLineOptions(Func universalOption.AddAlias("-u"); var autoShutdownOption = new Option( - name: "--shutdownInSeconds", + name: "--auto-shutdown-in-seconds", description: "Integer argument; When provided, the proxy will auto-shutdown after not being contacted over any HTTP route for this number of seconds.", getDefaultValue: () => -1);