diff --git a/tsshbatch.py b/tsshbatch.py index f9a0dbe..0c26348 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -17,7 +17,7 @@ PROGNAME = "tsshbatch.py" BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() -CVSID = "$Id: tsshbatch.py,v 1.157 2013/10/24 02:19:42 tundra Exp $" +CVSID = "$Id: tsshbatch.py,v 1.158 2013/10/24 02:29:17 tundra Exp $" VERSION = CVSID.split()[2] CPRT = "(c)" @@ -78,7 +78,7 @@ USAGE = \ PROGVER + "\n" +\ HOMEPAGE + "\n\n" +\ - "Usage: tsshbatch.py [-NSehkv -G 'file dest' -P 'file dest' -f file -n name -p pw ] -H 'host ..' | serverlistfile [command arg ... ]\n" +\ + "Usage: tsshbatch.py [-NSehkv -G 'file dest' -P 'file dest' -f cmdfile -n name -p pw ] -H 'host ..' | hostlistfile [command arg ... ]\n" +\ " where,\n" +\ "\n" +\ " -G 'file dest' GET file on host and write local dest directory\n" +\ @@ -87,7 +87,7 @@ " -P 'file dest' PUT local file to host dest directory\n" +\ " -S Force prompting for sudo password\n" +\ " -e Don't report remote host stderr output\n" +\ - " -f file Read commands from file\n" +\ + " -f cmdfile Read commands from file\n" +\ " -h Display help\n" +\ " -k Use key exchange-based authentication\n" +\ " -n name Specify login name\n" +\