Skip to content

Commit

Permalink
Correct a mistake in help menu about headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiros authored and bretfourbe committed Sep 4, 2023
1 parent 45dea51 commit 9aaebe7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion wapitiCore/main/getcookie.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ async def getcookie_main(arguments):
dest="headless",
default="no",
help="Use a Firefox headless crawler for browsing (slower)",
metavar="PORT",
choices=["no", "hidden", "visible"]
)

Expand Down
1 change: 0 additions & 1 deletion wapitiCore/parsers/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def parse_args():
dest="headless",
default="no",
help="Use a Firefox headless crawler for browsing (slower)",
metavar="PORT",
choices=["no", "hidden", "visible"]
)

Expand Down

0 comments on commit 9aaebe7

Please sign in to comment.