lib/ronin/cli/commands/banner_grab.rb in ronin-2.0.5 vs lib/ronin/cli/commands/banner_grab.rb in ronin-2.1.0.rc1

- old
+ new

@@ -43,9 +43,11 @@ # class BannerGrab < ValueProcessorCommand include HostAndPort + command_name 'banner-grab' + usage '[options] {HOST:PORT} ...' option :with_host_port, desc: 'Print the service with the banner' argument :service, required: true,