1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

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-in
This commit is contained in:
RageLtMan 2016-02-01 01:49:58 -05:00
parent 4992c5c3c5
commit 2a71d32eec

View File

@ -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