diff --git a/tsshbatch.py b/tsshbatch.py index ef7c742..e67189e 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.148 2013/10/23 02:44:46 tundra Exp $" +CVSID = "$Id: tsshbatch.py,v 1.149 2013/10/23 02:47:19 tundra Exp $" VERSION = CVSID.split()[2] CPRT = "(c)" @@ -71,7 +71,7 @@ SUDO = 'sudo' SUDOPROMPT = 'READINGSUDOPW' SUDOARGS = '-S -p %s' % SUDOPROMPT -SUDOPWHINT = ' (Default: Login Password)' +SUDOPWHINT = ' (Default: login password)' TRAILER = ": " USAGE = \ PROGVER + "\n" +\