add -t info

This commit is contained in:
lissav 2013-09-12 07:56:39 -04:00
parent f58a3f2f9a
commit 4082f1da22

View File

@ -117,7 +117,7 @@ A timeout value for remote command execution can be specified with the
B<-t> flag or with the B<DSH_TIMEOUT> environment variable. If any remote
target does not provide output to either standard output or standard
error within the timeout value, B<xdsh> 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<timeout>, B<xdsh>
displays an error and terminates execution for the remote
targets that failed to respond. If I<timeout> is not specified,
B<xdsh> 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>