Skip to content

Commit c38a846

Browse files
Update PySploit.py
1 parent c7561bc commit c38a846

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
@@ -80,7 +80,6 @@ def main():
8080
parser = ArgumentParser(prog='PySploit',usage='python3 PySploit.py [options]', add_help=False)
8181
help_arguments = parser.add_argument_group('help arguments')
8282
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")
8483
help_arguments.add_argument('-h', '--help', action='help', default=SUPPRESS, help='show this help message and exit.')
8584
optional_arguments = parser.add_argument_group('optional arguments')
8685
optional_arguments.add_argument('-c', '--create', dest='filename', required=False, help='create module sample')

0 commit comments

Comments
 (0)