Skip to content

Commit

Permalink
fixing usage
Browse files Browse the repository at this point in the history
  • Loading branch information
astroDEX2020 committed Dec 20, 2017
1 parent bfa8808 commit 59976d0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
public class Swagger2PlantUML
{
private static final Logger LOGGER = Logger.getLogger(Swagger2PlantUML.class.getName());
private static final String USAGE = new StringBuilder().append(" Usage: com.kicksolutions.swagger.plantuml.Swagger2PlantUML <options> \n")
private static final String USAGE = new StringBuilder()
.append(" Usage: ")
.append(Swagger2PlantUML.class.getName()).append(" <options> \n")
.append(" -i <spec file> ")
.append(" -o <output directory> ")
.append(" -generateDefinitionModelOnly true/false; Default=false ")
Expand Down

0 comments on commit 59976d0

Please sign in to comment.