Browse Source

Attributes += verbose

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277663 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
dc2db183ed
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      proposal/sandbox/svn/docs/svn.html

+ 5
- 0
proposal/sandbox/svn/docs/svn.html View File

@@ -50,6 +50,11 @@ from the command line in the target directory in which you are working.
<td valign="top">suppress informational messages. This is the same as <code>--quiet</code> on the command line.</td> <td valign="top">suppress informational messages. This is the same as <code>--quiet</code> on the command line.</td>
<td align="center" valign="top">No, default &quot;false&quot;</td> <td align="center" valign="top">No, default &quot;false&quot;</td>
</tr> </tr>
<tr>
<td valign="top">verbose</td>
<td valign="top">Be verbose. This is the same as <code>--verbose</code> on the command line.</td>
<td align="center" valign="top">No, default &quot;false&quot;</td>
</tr>
<tr> <tr>
<td valign="top">dryrun</td> <td valign="top">dryrun</td>
<td valign="top">report only, don't change any files.</td> <td valign="top">report only, don't change any files.</td>


Loading…
Cancel
Save