From 946f062f0bfb01d92d590935d971208dae6e6ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Nuno=20Monteiro?= Date: Mon, 24 Nov 2014 14:21:45 +0100 Subject: [PATCH] Remove --syntax-highlighting from help text Since 36b7050a93c2cd4980a96a5a735bee6690ffba81 prevented highlighting, I believe the help text should not have the option anymore. --- jscoverage-help.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/jscoverage-help.txt b/jscoverage-help.txt index e20938b..07dc074 100644 --- a/jscoverage-help.txt +++ b/jscoverage-help.txt @@ -5,7 +5,6 @@ Options: --encoding=ENCODING assume .js files use the given character encoding --exclude=PATH do not copy PATH --js-version=VERSION use the specified JavaScript version - --no-highlight do not perform syntax highlighting --no-instrument=PATH copy but do not instrument PATH -v, --verbose explain what is being done -h, --help display this help and exit