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>