File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/com/amastigote/unstamper/log Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments