Skip to content

Commit

Permalink
Add reST format in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed May 19, 2017
1 parent bbc8c72 commit de76778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redpen-cli/src/main/java/cc/redpen/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static int run(String... args) throws RedPenException {
options.addOption("h", "help", false, "Displays this help information and exits");

options.addOption(OptionBuilder.withLongOpt("format")
.withDescription("Input file format (markdown,plain,wiki,asciidoc,latex)")
.withDescription("Input file format (markdown,plain,wiki,asciidoc,latex,rest)")
.hasArg()
.withArgName("FORMAT")
.create("f"));
Expand Down

0 comments on commit de76778

Please sign in to comment.