Skip to content

Commit

Permalink
Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/CommandOptions/Opti…
Browse files Browse the repository at this point in the history
…onsGenerator.cs
  • Loading branch information
scbedd authored Dec 14, 2024
1 parent 1ccd48b commit 10d1308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static RootCommand GenerateCommandLineOptions(Func<DefaultOptions, Task>
universalOption.AddAlias("-u");

var autoShutdownOption = new Option<int>(
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);

Expand Down

0 comments on commit 10d1308

Please sign in to comment.