Skip to content

Commit de72343

Browse files
committed
Update the command format to kebab case
1 parent afba9d8 commit de72343

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
@@ -39,7 +39,7 @@ static async Task Main(string[] args)
3939
var formatOption = new Option<OpenApiFormat?>("--format", "File format");
4040
formatOption.AddAlias("-f");
4141

42-
var terseOutputOption = new Option<bool>("--terseOutput", "Produce terse json output");
42+
var terseOutputOption = new Option<bool>("--terse-output", "Produce terse json output");
4343
terseOutputOption.AddAlias("-to");
4444

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

0 commit comments

Comments
 (0)