Skip to content

Commit

Permalink
clean up the text
Browse files Browse the repository at this point in the history
  • Loading branch information
darkarp committed Mar 18, 2021
1 parent 02a87e0 commit cc0be2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def parse_arguments():
parser.add_argument('--nologin', dest="login_bool",
action="store_true", default=False, help="Use to only capture cookies and not credentials. Default is both")
parser.add_argument('--pyserver', dest="pyserver",
action="store_true", default=False, help="Creates a python version of the server instead of an executable. Pair it with --nobuild-server to only have it as python")
action="store_true", default=False, help="Creates a python version of the server. Pair it with --nobuild-server to only have it as python")
parser.add_argument('--pyclient', dest="pyclient",
action="store_true", default=False, help="Creates a python version of the client. Pair it with --nobuild-client to only have it as python. This is for testing purposes")
parser.add_argument('--nobuild_server', dest="noserver",
Expand Down

0 comments on commit cc0be2a

Please sign in to comment.