Author: kevj
Date: Tue Dec  1 13:02:51 2009
New Revision: 885757

URL: http://svn.apache.org/viewvc?rev=885757&view=rev
Log:
documentation for sshexec verbosity

Modified:
    ant/core/trunk/docs/manual/OptionalTasks/sshexec.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/sshexec.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/sshexec.html?rev=885757&r1=885756&r2=885757&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/sshexec.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/sshexec.html Tue Dec  1 13:02:51 
2009
@@ -152,6 +152,13 @@
     <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
       executed command. This attribute is mutually exclusive with the


Reply via email to