Add whitespace and update help

GSoC/Meterpreter_Web_Console
William Vu 2018-04-12 15:39:04 -05:00
parent 0b3f50ea80
commit d2a683d2df
1 changed files with 3 additions and 2 deletions

View File

@ -410,7 +410,7 @@ module Msf
end
def cmd_search_help
print_line "Usage: search [keywords]"
print_line "Usage: search <keywords>"
print_line
print_line "Keywords:"
{
@ -437,10 +437,11 @@ module Msf
#
def cmd_search(*args)
if args.empty?
print_error("Argument required")
print_error("Argument required\n")
cmd_search_help
return
end
match = ''
search_term = nil
@@search_opts.parse(args) { |opt, idx, val|