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 74ed582 commit f8f351aCopy full SHA for f8f351a
PySploit.py
@@ -87,7 +87,6 @@ def main():
87
help_arguments = parser.add_argument_group('help arguments')
88
help_arguments.add_argument('-v', '--version', action='version', version="version 1.0")
89
help_arguments.add_argument('-h', '--help', action='help', default=SUPPRESS, help='show this help message and exit.')
90
- help_arguments.add_argument('-h', '--help', action='help', default=SUPPRESS, help='Show this help message and exit.')
91
optional_arguments = parser.add_argument_group('optional arguments')
92
optional_arguments.add_argument('-c', '--create', dest='filename', required=False, help='create module sample')
93
optional_arguments.add_argument('-u', '--upgrade', required=False, action='store_true', help='create module sample')
0 commit comments