diff --git a/tsshbatch.py b/tsshbatch.py index 9384f5b..6964d6f 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -14,7 +14,7 @@ # Version Information - Overwritten by makefile during release process ##### -GITID = '96d0925 tundra Fri Sep 30 18:16:51 2016 -0500' +GITID = 'a0fb3b2 tundra Fri Sep 30 19:46:28 2016 -0500' VERSION = '1.311' @@ -113,7 +113,7 @@ " -B Print start and stop statistics (Off)\n" +\ " -C configfile Specify location of ssh configuration file (~/.ssh/config)\n" +\ " -E Write error output to stdout instead of stderr (Output to stderr)\n" +\ - " -F 'string ...' Examine host- and command files for matching strings\n" +\ + " -F 'string ...' Report host- and command files with matching strings\n" +\ " -K Force password prompting - Overrides previous -k\n" +\ " -G 'file dest' GET file on host and write local dest directory\n" +\ " -H '...' List of targeted hosts passed as a single argument\n" +\ @@ -122,7 +122,7 @@ " -P 'file dest' PUT local file to host dest directory\n" +\ " -S Force prompting for sudo password\n" +\ " -T seconds Timeout for ssh connection attempts (15 sec)\n" +\ - " -V 'string ...' Examine host- and command files without matching strings\n" +\ + " -V 'string ...' Report host- and command files without matching strings\n" +\ " -W Write list of hosts to stdout and exit\n" +\ " -a Don't abort program after failed file transfers (Abort on failure)\n" +\ " -b Don't abort program after failed sudo command (Abort on failure)\n" +\ diff --git a/tsshbatch.rst b/tsshbatch.rst index d7f892c..496eb27 100644 --- a/tsshbatch.rst +++ b/tsshbatch.rst @@ -1280,7 +1280,7 @@ :: - $Id: '96d0925 tundra Fri Sep 30 18:16:51 2016 -0500' + $Id: 'a0fb3b2 tundra Fri Sep 30 19:46:28 2016 -0500' This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``.