Skip to content

Commit 9918836

Browse files
authored
Fix typo in cli title (#21534)
1 parent 3ef45f1 commit 9918836

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator-cli/src/main/java/org/openapitools/codegen/cmd

1 file changed

+1
-1
lines changed

modules/openapi-generator-cli/src/main/java/org/openapitools/codegen/cmd/Generate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public class Generate extends OpenApiGeneratorCommand {
162162

163163
@Option(
164164
name = {"--openapi-generator-ignore-list"},
165-
title = ".openapi-generaotr-ignore list",
165+
title = ".openapi-generator-ignore list",
166166
description = "specifies entries in the .openapi-generator-ignore file relative/path/to/file1,relative/path/to/file2. For example: README.md,pom.xml"
167167
+ " You can also have multiple occurrences of this option.")
168168
private List<String> openapiGeneratorIgnoreList = new ArrayList<>();

0 commit comments

Comments
 (0)