diff --git a/tsshbatch.py b/tsshbatch.py index 003523a..b240ee1 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -20,7 +20,7 @@ CMDINCL = PROGENV + "CMDS" HOSTINCL = PROGENV + "HOSTS" -CVSID = "$Id: tsshbatch.py,v 1.185 2014/11/11 20:12:38 tundra Exp $" +CVSID = "$Id: tsshbatch.py,v 1.186 2014/11/21 16:00:10 tundra Exp $" VERSION = CVSID.split()[2] CPRT = "(c)" DATE = "2011-2014" @@ -99,7 +99,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\n" +\ - " -a Don't abort program after failed file transfers." +\ + " -a Don't abort program after failed file transfers.\n' +\ " -e Don't report remote host stderr output\n" +\ " -f cmdfile Read commands from file\n" +\ " -h Display help\n" +\