jhm 2004/03/18 03:25:54
Modified: docs/manual/OptionalTasks Tag: ANT_16_BRANCH sshexec.html
Log:
Sync with HEAD: sshexec.host
Revision Changes Path
No revision
No revision
1.5.2.7 +5 -0 ant/docs/manual/OptionalTasks/sshexec.html
Index: sshexec.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/sshexec.html,v
retrieving revision 1.5.2.6
retrieving revision 1.5.2.7
diff -u -r1.5.2.6 -r1.5.2.7
--- sshexec.html 9 Feb 2004 22:12:12 -0000 1.5.2.6
+++ sshexec.html 18 Mar 2004 11:25:53 -0000 1.5.2.7
@@ -31,6 +31,11 @@
<td align="center" valign="top"><b>Required</b></td>
</tr>
<tr>
+ <td valign="top">host</td>
+ <td valign="top">The hostname or IP adress of the remote host to which you wish
to connect.</td>
+ <td valign="top" align="center">Yes</td>
+ </tr>
+ <tr>
<td valign="top">username</td>
<td valign="top">The username on the remote host to which you are connecting.</td>
<td valign="top" align="center">Yes</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|