Skip to content

Commit 9cf3f64

Browse files
committed
use single quote
1 parent bed27a1 commit 9cf3f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ca/unb/meng/RuleML2TPTP.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private static Options buildOptions() {
162162
.hasArg()
163163
.withArgName("flags")
164164
.withDescription("flags following the specification of XPath "
165-
+ "except for flag \"v\" (see NOTES below)")
165+
+ "except for flag 'v' (see NOTES below)")
166166
.withLongOpt("comment-matching-flags")
167167
.create('g'));
168168
options.addOption(OptionBuilder

0 commit comments

Comments
 (0)