We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7561bc commit c38a846Copy full SHA for c38a846
PySploit.py
@@ -80,7 +80,6 @@ def main():
80
parser = ArgumentParser(prog='PySploit',usage='python3 PySploit.py [options]', add_help=False)
81
help_arguments = parser.add_argument_group('help arguments')
82
help_arguments.add_argument('-v', '--version', action='version', version="version 1.2")
83
- help_arguments.add_argument('-v', '--version', action='version', version="version 1.1")
84
help_arguments.add_argument('-h', '--help', action='help', default=SUPPRESS, help='show this help message and exit.')
85
optional_arguments = parser.add_argument_group('optional arguments')
86
optional_arguments.add_argument('-c', '--create', dest='filename', required=False, help='create module sample')
0 commit comments