Skip to content

Commit fdbee8f

Browse files
committed
Update input parameter description
1 parent ff584c7 commit fdbee8f

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
@@ -23,7 +23,7 @@ static async Task<int> Main(string[] args)
2323

2424
var transformCommand = new Command("transform")
2525
{
26-
new Option("--input", "Input OpenAPI description file path or URL", typeof(string) ),
26+
new Option("--input", "Input OpenAPI description, JSON or CSDL file path or URL", typeof(string) ),
2727
new Option("--output","Output OpenAPI description file", typeof(FileInfo), arity: ArgumentArity.ZeroOrOne),
2828
new Option("--version", "OpenAPI specification version", typeof(OpenApiSpecVersion)),
2929
new Option("--format", "File format",typeof(OpenApiFormat) ),

0 commit comments

Comments
 (0)