diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 524bd70..41766ac 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,9 +1,9 @@ -WHATSNEW For 'tsshbatch' 1.313 (Wed Oct 12 16:37:25 CDT 2016) +WHATSNEW For 'tsshbatch' 1.314 (Fri Oct 14 12:06:38 CDT 2016) ---------------------------------------------------------------------- - - Multiple hostfiles can now be passed via the -i option. The + - Hostfile names must now be passed using the -i option. The argument can be the name of a single file or a quoted list of - files. The option can appear on the command line multiple times. + files. The option can appear on the command line more than once. -H and -i can be used together to create custom host lists. - The -L option will list all (if any) host- and command files found diff --git a/tsshbatch.py b/tsshbatch.py index 906f380..981a75d 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -14,7 +14,7 @@ # Version Information - Overwritten by makefile during release process ##### -GITID = '1bc25ec tundra Fri Oct 14 11:56:42 2016 -0500' +GITID = '163d79a tundra Fri Oct 14 12:01:56 2016 -0500' VERSION = '1.314' diff --git a/tsshbatch.rst b/tsshbatch.rst index 021a438..38bc674 100644 --- a/tsshbatch.rst +++ b/tsshbatch.rst @@ -1449,7 +1449,7 @@ :: - $Id: '1bc25ec tundra Fri Oct 14 11:56:42 2016 -0500' + $Id: '163d79a tundra Fri Oct 14 12:01:56 2016 -0500' This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``.