diff --git a/src/beautifiers/ocp-indent.coffee b/src/beautifiers/ocp-indent.coffee index eb09e68..395994d 100644 --- a/src/beautifiers/ocp-indent.coffee +++ b/src/beautifiers/ocp-indent.coffee @@ -15,4 +15,8 @@ module.exports = class OCPIndent extends Beautifier beautify: (text, language, options) -> @run("ocp-indent", [ @tempFile("input", text) - ]) + ], { + help: { + link: "https://www.typerex.org/ocp-indent.html" + } + })