diff --git a/tsshbatch.py b/tsshbatch.py index 23455c9..0fb0184 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -4,7 +4,7 @@ # Permission Hereby Granted For Unrestricted Personal Or Commercial Use # For Updates See: http://www.tundraware.com/Software/tsshbatch -# And ... a tip of the hat for some of the ideas in the program goes to: +# A tip of the hat for some of the ideas in the program goes to: # # http://jessenoller.com/2009/02/05/ssh-programming-with-paramiko-completely-different/ @@ -15,7 +15,7 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tsshbatch.py,v 1.127 2011/12/30 23:49:46 tundra Exp $" +RCSID = "$Id: tsshbatch.py,v 1.128 2011/12/30 23:50:22 tundra Exp $" VERSION = RCSID.split()[2] CPRT = "(c)"