From 4082f1da22c6d76f313ba3fcdc89960cf8e13a5a Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 12 Sep 2013 07:56:39 -0400 Subject: [PATCH] add -t info --- xCAT-client/pods/man1/xdsh.1.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/xdsh.1.pod b/xCAT-client/pods/man1/xdsh.1.pod index e5ba3c110..03b86bc09 100644 --- a/xCAT-client/pods/man1/xdsh.1.pod +++ b/xCAT-client/pods/man1/xdsh.1.pod @@ -117,7 +117,7 @@ A timeout value for remote command execution can be specified with the B<-t> flag or with the B environment variable. If any remote target does not provide output to either standard output or standard error within the timeout value, B displays an error message and -exits. +exits. If streaming mode is specified with the B<-s> flag, output is returned as it becomes available from each target, instead of waiting for the @@ -333,7 +333,8 @@ available from any target in the specified I, B displays an error and terminates execution for the remote targets that failed to respond. If I is not specified, B waits indefinitely to continue processing output from -all remote targets. +all remote targets. The exception is the -K flag which defaults +to 10 seconds. =item B<-T>|B<--trace>