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 be5d422 commit bec4e46Copy full SHA for bec4e46
PySploit.py
@@ -85,7 +85,7 @@ def uninstall():
85
def main():
86
parser = ArgumentParser(prog='PySploit',usage='python3 PySploit.py [options]', add_help=False)
87
help_arguments = parser.add_argument_group('help arguments')
88
- help_arguments.add_argument('-v', '--version', action='version', version="version 1.0")
+ help_arguments.add_argument('-v', '--version', action='version', version="version 1.1")
89
help_arguments.add_argument('-h', '--help', action='help', default=SUPPRESS, help='show this help message and exit.')
90
optional_arguments = parser.add_argument_group('optional arguments')
91
optional_arguments.add_argument('-c', '--create', dest='filename', required=False, help='create module sample')
0 commit comments