You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/https/Program.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -371,9 +371,9 @@ public static IEnumerable<string> GetOptionHelp()
371
371
yieldreturn"--help Show command line help.";
372
372
yieldreturn"--ignore-certificate Prevents server certificate validation.";
373
373
yieldreturn"--json Renders the content arguments as application/json.";
374
-
yieldreturn"--timeout<VALUE> Sets the timeout of the request using System.TimeSpan.TryParse (https://docs.microsoft.com/en-us/dotnet/api/system.timespan.parse)";
374
+
yieldreturn"--timeout=<VALUE> Sets the timeout of the request using System.TimeSpan.TryParse (https://docs.microsoft.com/en-us/dotnet/api/system.timespan.parse)";
375
375
yieldreturn"--version Displays the application verison.";
376
-
yieldreturn"--xml<ROOT_NAME> Renders the content arguments as application/xml using the optional xml root name.";
376
+
yieldreturn"--xml=<ROOT_NAME> Renders the content arguments as application/xml using the optional xml root name.";
0 commit comments