diff --git a/tsshbatch.py b/tsshbatch.py index 4b571f7..627f02c 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -17,7 +17,7 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tsshbatch.py,v 1.133 2012/01/05 17:58:27 tundra Exp $" +RCSID = "$Id: tsshbatch.py,v 1.134 2012/01/05 18:37:43 tundra Exp $" VERSION = RCSID.split()[2] CPRT = "(c)" @@ -70,7 +70,7 @@ USAGE = \ PROGVER + "\n" +\ HOMEPAGE + "\n\n" +\ - "Usage: tsshbatch.py [-h] [-v] [-k] [-n name] [-p pw] [-H 'host host ..' | serverlistfile] command arg arg arg \n" +\ + "Usage: tsshbatch.py [-ehkv] [-n name] [-p pw] [-H 'host host ..' | serverlistfile] command arg arg arg \n" +\ " where,\n" +\ "\n" +\ " -H '...' List of targeted hosts passed as a single argument\n" +\