Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
randyoyarzabal committed Oct 30, 2018
2 parents 74c9fb3 + 3d9b406 commit fe5421a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reach.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ def __init__(self):
"""Directory only of running script"""

self.SCRIPT_NAME = os.path.basename(self.full_path)
self.SCRIPT_VERSION = 'Pre-Release v1.0.4 (GitHub)'
self.SCRIPT_VERSION = 'v1.0.3'
self.SCRIPT_DATE = '29-Oct-2018'
self.SCRIPT_DESCRIPTION = "Lightweight tool for executing remote commands on multiple hosts via SSH."
self.SCRIPT_DESCRIPTION = "Automation tool for executing remote commands on multiple devices/hosts via SSH."
self.SCRIPT_SYNTAX_OR_INFO = "Git Repository: https://github.com/randyoyarzabal/reach"
self.SCRIPT_HELP = "Help/usage: reach.py -?"
self.SCRIPT_USAGE = """
Expand Down

0 comments on commit fe5421a

Please sign in to comment.