diff --git a/tsshbatch.rst b/tsshbatch.rst index 67d7047..2022d8c 100644 --- a/tsshbatch.rst +++ b/tsshbatch.rst @@ -59,6 +59,8 @@ on either the command line or in the ``$TSSHBATCH`` environment variable: + -B Print start and stop banners. (Default: Off) + -E Normally, ``tsshbatch`` writes it's own errors to ``stderr``. It also writes the ``stderr`` output from each host it contacts to the local @@ -111,28 +113,30 @@ This copies ``/foo/bar/baz`` on the local machine to ``/tmp/`` on every host in ``hostlist``. - -S Force prompting for sudo password + -S Force prompting for sudo password. - -T seconds Timeout for ssh connection attempts (Default: 15 seconds) + -T seconds Set timeout for ssh connection attempts. (Default: 15 seconds) -a Don't abort program after failed file transfers. Continue to next transfer attempt. (Default: Abort) - -e Don't report remote host ``stderr`` output + -b Don't abort program after failed sudo command. (Default: Abort) + + -e Don't report remote host ``stderr`` output. -f cmdfile Read commands from a file. This file can be commented freely with the ``#`` character. Leading- and trailing whitespace on a line are ignored. - -h Print help information + -h Print help information. - -k Use ssh keys instead of name/password credentials + -k Use ssh keys instead of name/password credentials. - -l logfile Log diagnostic output to ``logfile`` (Default: /dev/null) + -l logfile Log diagnostic output to ``logfile``. (Default: /dev/null) - -n name Login name to use + -n name Login name to use. - -p pw Password to use when logging in and/or doing sudo + -p pw Password to use when logging in and/or doing sudo. -q Quiet mode - produce less noisy output. Turns off ``-y``. @@ -147,7 +151,7 @@ command strings after all variable substitutions have been applied. This is the default program behavior. - -v Print detailed program version information and exit + -v Print detailed program version information and exit. -x Override any previous ``-t`` specifications and actually execute the commands. This is useful @@ -1197,7 +1201,7 @@ :: - $Id: tsshbatch.rst,v 1.164 2014/12/10 15:41:56 tundra Exp $ + $Id: tsshbatch.rst,v 1.165 2016/01/10 20:30:10 tundra Exp $ This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``.