Skip to content

Commit 9cf3f64

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ca/unb/meng/RuleML2TPTP.java

Lines changed: 1 addition & 1 deletion
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)