Fix cmd_nessus_server_properties help text
cmd_nessus_server_properties help text was incorrect and referred to nessus_server_feed. Fix the help text to correctly reflect command name. Thanks @void-inbug/bundler_fix
parent
4992c5c3c5
commit
2a71d32eec
|
@ -427,8 +427,8 @@ module Msf
|
|||
while (arg = args.shift)
|
||||
case arg
|
||||
when '-h', '--help'
|
||||
print_status("nessus_server_feed")
|
||||
print_status("Example:> nessus_server_feed -S searchterm")
|
||||
print_status("nessus_server_properties")
|
||||
print_status("Example:> nessus_server_properties -S searchterm")
|
||||
print_status()
|
||||
print_status("Returns information about the feed type and server version.")
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue