Skip to content

Commit

Permalink
use single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
edmonl committed Nov 15, 2014
1 parent bed27a1 commit 9cf3f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ca/unb/meng/RuleML2TPTP.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private static Options buildOptions() {
.hasArg()
.withArgName("flags")
.withDescription("flags following the specification of XPath "
+ "except for flag \"v\" (see NOTES below)")
+ "except for flag 'v' (see NOTES below)")
.withLongOpt("comment-matching-flags")
.create('g'));
options.addOption(OptionBuilder
Expand Down

0 comments on commit 9cf3f64

Please sign in to comment.