Skip to content

Commit 6294631

Browse files
authored
- aligns log level on kebab casing convention
1 parent d98b895 commit 6294631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.Hidi/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static async Task Main(string[] args)
4242
var terseOutputOption = new Option<bool>("--terse-output", "Produce terse json output");
4343
terseOutputOption.AddAlias("--to");
4444

45-
var logLevelOption = new Option<LogLevel>("--loglevel", () => LogLevel.Information, "The log level to use when logging messages to the main output.");
45+
var logLevelOption = new Option<LogLevel>("--log-level", () => LogLevel.Information, "The log level to use when logging messages to the main output.");
4646
logLevelOption.AddAlias("--ll");
4747

4848
var filterByOperationIdsOption = new Option<string>("--filter-by-operationids", "Filters OpenApiDocument by comma delimited list of OperationId(s) provided");

0 commit comments

Comments
 (0)