Skip to content

Commit 2924c39

Browse files
committed
modify the help
1 parent 594fe7d commit 2924c39

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
@@ -184,7 +184,7 @@ private static void printUsage(Options options) {
184184
+ "If '-s' or '-o' is omitted, the standard input or output will be used accordingly.%n"
185185
+ "If '-h' is used, no XML transformation will be performed.%n"
186186
+ "By default, all the comments in the source will be kept in the output. "
187-
+ "'-c' can switch to keep only those matching the given pattern. "
187+
+ "Use '-c' to switch to keep only those matching the given pattern. "
188188
+ "An empty pattern has no effect. "
189189
+ "Flag \"v\" reverts the behavior by keeping those not matching the pattern, "
190190
+ "or by ignoring all the comments if no or empty pattern is given."

0 commit comments

Comments
 (0)