This is an automated email from the git hooks/post-receive script. sylvestre pushed a commit to branch master in repository jscover.
commit 50d9503a2601b9df164e8ab4e3c9944cbbf9e5ee Author: tntim96 <[email protected]> Date: Sun Jun 22 20:32:33 2014 +1000 Add '--save-json-only' to manual and help --- doc/manual/manual.xml | 5 +++++ src/main/resources/jscover/server/help.txt | 1 + 2 files changed, 6 insertions(+) diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml index 480dca4..5f64488 100644 --- a/doc/manual/manual.xml +++ b/doc/manual/manual.xml @@ -553,6 +553,11 @@ fs.write("target/jscoverage.json", json, 'w'); <td>Run in proxy mode</td> </tr> <tr> + <td>--save-json-only</td> + <td>N/A</td> + <td>Save only the coverage data, jscoverage.json</td> + </tr> + <tr> <td> --uri-to-file-matcher=REG<br/> --uri-to-file-replace=REP diff --git a/src/main/resources/jscover/server/help.txt b/src/main/resources/jscover/server/help.txt index fb170dc..e8ffebb 100644 --- a/src/main/resources/jscover/server/help.txt +++ b/src/main/resources/jscover/server/help.txt @@ -9,6 +9,7 @@ Options: --report-dir=DIR store report to DIR (default: current directory) --port=PORT use PORT for TCP port (default: 8080) --proxy run as a proxy + --save-json-only save only the coverage data, jscoverage.json --uri-to-file-matcher=REG for proxy mode, regular expression matcher for converting a URI to a file path --uri-to-file-replace=REP for proxy mode, regular expression replacement for converting a URI to a file path --js-version=VERSION JavaScript version 1.0, 1.2, ..., 1.8 (default: 1.3) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jscover.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

