From 9a44ae831fdcac623c08527117ec186c619f0794 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Wed, 14 Feb 2024 08:19:30 -0800 Subject: [PATCH] Move `--verbose` down to match the output of `ronin-web spider --help`. --- lib/ronin/web/cli/commands/spider.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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