From b92950795610c28b3abbb19a29fae1ae5d0a9e23 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 14 Jul 2008 14:54:49 +0000 Subject: [PATCH] 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 --- docs/manual/OptionalTasks/sshexec.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/sshexec.html b/docs/manual/OptionalTasks/sshexec.html index 0ca960d61..89327a804 100644 --- a/docs/manual/OptionalTasks/sshexec.html +++ b/docs/manual/OptionalTasks/sshexec.html @@ -134,7 +134,9 @@ and won't work with versions of jsch earlier than timeout Stop the command if it doesn't finish within the - specified time (given in milliseconds). Defaults to 0 which means "wait forever". + specified time (given in milliseconds unlike telnet, which + expects a timeout in seconds). + Defaults to 0 which means "wait forever". No