Skip to content

Commit

Permalink
Update PySploit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnourallah authored Jul 24, 2017
1 parent be5d422 commit bec4e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PySploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def uninstall():
def main():
parser = ArgumentParser(prog='PySploit',usage='python3 PySploit.py [options]', add_help=False)
help_arguments = parser.add_argument_group('help arguments')
help_arguments.add_argument('-v', '--version', action='version', version="version 1.0")
help_arguments.add_argument('-v', '--version', action='version', version="version 1.1")
help_arguments.add_argument('-h', '--help', action='help', default=SUPPRESS, help='show this help message and exit.')
optional_arguments = parser.add_argument_group('optional arguments')
optional_arguments.add_argument('-c', '--create', dest='filename', required=False, help='create module sample')
Expand Down

0 comments on commit bec4e46

Please sign in to comment.