Method: PWN::Reports::Fuzz.help
- Defined in:
- lib/pwn/reports/fuzz.rb
.help ⇒ Object
Display Usage for this Module
260 261 262 263 264 265 266 267 268 269 270 |
# File 'lib/pwn/reports/fuzz.rb', line 260 public_class_method def self.help puts "USAGE: #{self}.generate( dir_path: dir_path, results_hash: results_hash, char_encoding: 'optional - character encoding returned by PWN::Plugins::Char.list_encoders (defaults to UTF-8)' ) #{self}.authors " end |