Skip to content

Commit bec4e46

Browse files
Update PySploit.py
1 parent be5d422 commit bec4e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PySploit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def uninstall():
8585
def main():
8686
parser = ArgumentParser(prog='PySploit',usage='python3 PySploit.py [options]', add_help=False)
8787
help_arguments = parser.add_argument_group('help arguments')
88-
help_arguments.add_argument('-v', '--version', action='version', version="version 1.0")
88+
help_arguments.add_argument('-v', '--version', action='version', version="version 1.1")
8989
help_arguments.add_argument('-h', '--help', action='help', default=SUPPRESS, help='show this help message and exit.')
9090
optional_arguments = parser.add_argument_group('optional arguments')
9191
optional_arguments.add_argument('-c', '--create', dest='filename', required=False, help='create module sample')

0 commit comments

Comments
 (0)