Browse Source

documentation for sshexec verbosity

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@885757 13f79535-47bb-0310-9956-ffa450edef68
master
Kevin Jackson 15 years ago
parent
commit
7ec0d25b3c
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      docs/manual/OptionalTasks/sshexec.html

+ 7
- 0
docs/manual/OptionalTasks/sshexec.html View File

@@ -151,6 +151,13 @@ and won't work with versions of jsch earlier than
<em>since Ant 1.8.0</em></td>
<td align="center" valign="top">No</td>
</tr>
<tr>
<td valign="top">verbose</td>
<td valign="top">Determines whether sshexec outputs verbosely to the user.<br/>
Similar output is generated as the ssh commandline tool wit the -v option.
<em>since Ant 1.8.0</em></td>
<td align="center">No, defaults to false</td>
</tr>
<tr>
<td valign="top">inputstring</td>
<td valign="top">A string which serves as the input stream for the


Loading…
Cancel
Save