diff --git a/tsshbatch.py b/tsshbatch.py index 4a39004..0c40d27 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # Non-Interactive ssh Connection -# $Id: tsshbatch.py,v 1.110 2010/12/17 18:39:48 tundra Exp $ +# $Id: tsshbatch.py,v 1.111 2011/02/11 18:25:34 tundra Exp $ ##### # Suppress Deprecation Warnings until Paramiko catches up @@ -31,7 +31,7 @@ SEPARATOR = " ---> " SUCCESS = "SUCCESS" TRAILER = ": " -USAGE = "Usage: sshlogin.py serverlistfile command" +USAGE = "Usage: tsshbatch.py serverlistfile command" ##### # Error Messages