Browse Source

stronger warning that timeout in ssh and telnet use different units. PR 23991

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676611 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
b929507956
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/manual/OptionalTasks/sshexec.html

+ 3
- 1
docs/manual/OptionalTasks/sshexec.html View File

@@ -134,7 +134,9 @@ and won't work with versions of jsch earlier than
<tr>
<td valign="top">timeout</td>
<td valign="top">Stop the command if it doesn't finish within the
specified time (given in milliseconds). Defaults to 0 which means &quot;wait forever&quot;.</td>
specified time (given in milliseconds <b>unlike telnet, which
expects a timeout in seconds</b>).
Defaults to 0 which means &quot;wait forever&quot;.</td>
<td align="center" valign="top">No</td>
</tr>
</table>


Loading…
Cancel
Save