diff --git a/lib/ronin/web/cli/commands/spider.rb b/lib/ronin/web/cli/commands/spider.rb index fded0d68..4297c55a 100644 --- a/lib/ronin/web/cli/commands/spider.rb +++ b/lib/ronin/web/cli/commands/spider.rb @@ -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 @@ -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