diff --git a/tsshbatch.py b/tsshbatch.py index aa2bb72..936e735 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -9,7 +9,7 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -RCSID = "$Id: tsshbatch.py,v 1.114 2011/11/04 19:03:25 tundra Exp $" +RCSID = "$Id: tsshbatch.py,v 1.115 2011/11/04 19:23:32 tundra Exp $" VERSION = RCSID.split()[2] @@ -46,13 +46,13 @@ SEPARATOR = " ---> " SUCCESS = "SUCCESS" TRAILER = ": " -USAGE = "Usage: tsshbatch.py -n username -p password serverlistfile command\n" +\ - " tsshbatch.py [-k] serverlistfile command\n" +\ - " where,\n" +\ - "\n" +\ - " -k Turns on key-exchange authentication\n" +\ - " -n name Specifies login name\n" +\ - " -p pw Specifies login password\n" +USAGE = "Usage: tsshbatch.py [-k] [-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" +\ + " -k Turns on key-exchange authentication\n" +\ + " -n name Specifies login name\n" +\ + " -p pw Specifies login password\n" ##### # Error Messages #####