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 c7561bc commit c38a846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PySploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ 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.2")
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 c38a846

Please sign in to comment.