Skip to content

Commit

Permalink
Move --verbose down to match the output of ronin-web spider --help.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 14, 2024
1 parent 84f5503 commit 9a44ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronin/web/cli/commands/spider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ module Commands
#
# ## Options
#
# -v, --verbose Enables verbose output
# --host HOST Spiders the specific HOST
# --domain DOMAIN Spiders the whole domain
# --site URL Spiders the website, starting at the URL
Expand Down Expand Up @@ -81,6 +80,7 @@ module Commands
# --ignore-ext FILE_EXT Ignore the URLs with the file ext
# --ignore-exts-like /REGEX/ Ignore URLs with file exts matching the REGEX
# -r, --robots Specifies whether to honor robots.txt
# -v, --verbose Enables verbose output
# --print-status Print the status codes for each URL
# --print-headers Print response headers for each URL
# --print-header NAME Prints a specific header
Expand Down

0 comments on commit 9a44ae8

Please sign in to comment.