diff --git a/tsshbatch.py b/tsshbatch.py index 9031b94..d63ea95 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -12,7 +12,7 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tsshbatch.py,v 1.125 2011/12/30 23:04:54 tundra Exp $" +RCSID = "$Id: tsshbatch.py,v 1.126 2011/12/30 23:06:13 tundra Exp $" VERSION = RCSID.split()[2] CPRT = "(c)" @@ -68,7 +68,7 @@ " where,\n" +\ "\n" +\ " -H '...' List of targeted hosts passed as a single argument\n" +\ - " -e Suppress output remote host error reporting\n" +\ + " -e Don't report remote host stderr output\n" +\ " -h Display help\n" +\ " -k Use key exchange-based authentication\n" +\ " -n name Specify login name\n" +\