According to [the help message](https://github.com/w3c/epubcheck/blob/v5.1.0/src/main/resources/com/adobe/epubcheck/util/messages.properties#L90-L92), both `--failonwarnings+` and `--failonwarnings-` should be valid. But epubcheck 5.1.0 says about them, respectively: ``` Unrecognized argument: "--failonwarnings+" EPUBCheck v5.1.0 ... ``` and ``` Unrecognized argument: "--failonwarnings-" EPUBCheck v5.1.0 ... ``` respectively.