Skip to content

Commit

Permalink
Remove Proxy Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
realgam3 committed Apr 14, 2020
1 parent 5d128ce commit 52ada48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CTFDump.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ def main(args=None):
parser = ArgumentParser(formatter_class=ArgumentDefaultsHelpFormatter)
parser.add_argument("-v", "--version", action="version", version="%(prog)s {ver}".format(ver=__version__))

# Proxy Configuration
parser.add_argument("url",
help="ctf url (for example: https://demo.ctfd.io/)")
parser.add_argument("-c", "--ctf-platform",
Expand Down

0 comments on commit 52ada48

Please sign in to comment.