diff --git a/tsshbatch.py b/tsshbatch.py index 293974b..b9c9903 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -20,7 +20,7 @@ CMDINCL = PROGENV + "CMDS" HOSTINCL = PROGENV + "HOSTS" -CVSID = "$Id: tsshbatch.py,v 1.201 2014/12/04 22:51:13 tundra Exp $" +CVSID = "$Id: tsshbatch.py,v 1.202 2014/12/04 22:51:52 tundra Exp $" VERSION = CVSID.split()[2] CPRT = "(c)" PROGDATE = "2011-2014" @@ -110,7 +110,7 @@ " -l logfile Log errors to logfile (Default: /dev/null)\n" +\ " -n name Specify login name\n" +\ " -p pw Specify login password\n" +\ - " -q Quiet mode - produce less noisy output\n" +\ + " -q Quiet mode - produce less 'noisy' output\n" +\ " -t Run in test mode, don't actually execute commands\n" +\ " -v Display extended program version information\n" +\ " -x Turn off test mode (if on) and execute requests\n" +\