Skip to content

Commit cd622ff

Browse files
committed
resolve bordered frame issue by providing a new switch 'c';
optimize memory; shorten the 'directly' switch name
1 parent e850dda commit cd622ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Options:
3939
-r, --recursive process files in the given dir recursively
4040
-s, --strict use strict mode, a text area is considered as watermark
4141
only if its content strictly equals one of the keywords
42-
-c, --clear clear all annotations of the page which contains the target
42+
-c, --clear clear all annotations in pages which contains the target
4343
textual watermark(s), if you encounter bordered frame issues,
4444
enable this switch
4545
```

src/com/amastigote/unstamper/log/GeneralLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static class Help {
2222
"\n -r, --recursive process files in the given dir recursively" +
2323
"\n -s, --strict use strict mode, a text area is considered as watermark\n" +
2424
" only if its content strictly equals one of the keywords" +
25-
"\n -c, --clear clear all annotations of the page which contains the target\n" +
25+
"\n -c, --clear clear all annotations in pages which contains the target\n" +
2626
" textual watermark(s), if you encounter bordered frame issues,\n" +
2727
" enable this switch";
2828

0 commit comments

Comments
 (0)