Updated print status output

This commit is contained in:
SJCaldwell 2016-07-11 22:03:35 -04:00
parent 79f220d5cf
commit e060eaca4a
No known key found for this signature in database
GPG Key ID: B3E4BA091B7187A4
1 changed files with 1 additions and 1 deletions

View File

@ -1097,7 +1097,7 @@ module Msf
new_workspace = framework.db.find_workspace(args[3])
else
print_status("Usage: ")
print_status("nessus_db_scan <policy ID> <scan name> <scan description> <workspace>")
print_status("nessus_db_scan_workspace <policy ID> <scan name> <scan description> <workspace>")
print_status("Use nessus_policy_list to list all available policies with their corresponding policy IDs")
return
end