aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/agent.html
diff options
context:
space:
mode:
authorBrock Janiczak <brockj@gmail.com>2010-01-15 00:45:17 +0000
committerBrock Janiczak <brockj@gmail.com>2010-01-15 00:45:17 +0000
commit003d47c7670d323894f83c3efe8430de583d7d3b (patch)
tree7a6ebd01d979ac954b78fabd92ad64e07e08311b /org.jacoco.doc/docroot/doc/agent.html
parent551fcbc42e477648f9f2f98d0715ce932114df20 (diff)
downloadjacoco-003d47c7670d323894f83c3efe8430de583d7d3b.tar.gz
Issue #51 Rename merge option to append
Issue #59 Rename Agent Parameter 'file' to 'destfile' Updated all references to agent options merge and append
Diffstat (limited to 'org.jacoco.doc/docroot/doc/agent.html')
-rw-r--r--org.jacoco.doc/docroot/doc/agent.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html
index da0b591a..3916f5a9 100644
--- a/org.jacoco.doc/docroot/doc/agent.html
+++ b/org.jacoco.doc/docroot/doc/agent.html
@@ -54,14 +54,14 @@
</thead>
<tbody>
<tr>
- <td><code>file</code></td>
+ <td><code>destfile</code></td>
<td>Path to the output file for execution data.</td>
<td><code>jacoco.exec</code></td>
</tr>
<tr>
- <td><code>merge</code></td>
+ <td><code>append</code></td>
<td>If set to <code>true</code> and the execution data file already
- exists, coverage data is merged to the existing file. If set to
+ exists, coverage data is appended to the existing file. If set to
<code>false</code>, an existing execution data file will be replaced.
</td>
<td><code>true</code></td>