Skip to content

Commit a879ff9

Browse files
Update PySploit.py
1 parent 717aafc commit a879ff9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

PySploit.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,8 @@ def uninstall():
7979
def main():
8080
parser = ArgumentParser(prog='PySploit',usage='python3 PySploit.py [options]', add_help=False)
8181
help_arguments = parser.add_argument_group('help arguments')
82-
<<<<<<< HEAD
8382
help_arguments.add_argument('-v', '--version', action='version', version="version 1.2")
84-
=======
8583
help_arguments.add_argument('-v', '--version', action='version', version="version 1.1")
86-
>>>>>>> bec4e46061970e58833d21ccdfe8793e5457c876
8784
help_arguments.add_argument('-h', '--help', action='help', default=SUPPRESS, help='show this help message and exit.')
8885
optional_arguments = parser.add_argument_group('optional arguments')
8986
optional_arguments.add_argument('-c', '--create', dest='filename', required=False, help='create module sample')

0 commit comments

Comments
 (0)