Skip to content

Commit f8f351a

Browse files
Update PySploit.py
1 parent 74ed582 commit f8f351a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PySploit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def main():
8787
help_arguments = parser.add_argument_group('help arguments')
8888
help_arguments.add_argument('-v', '--version', action='version', version="version 1.0")
8989
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.')
9190
optional_arguments = parser.add_argument_group('optional arguments')
9291
optional_arguments.add_argument('-c', '--create', dest='filename', required=False, help='create module sample')
9392
optional_arguments.add_argument('-u', '--upgrade', required=False, action='store_true', help='create module sample')

0 commit comments

Comments
 (0)