Skip to content

Commit e060eac

Browse files
committed
Updated print status output
1 parent 79f220d commit e060eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nessus.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ def cmd_nessus_db_scan_workspace(*args)
10971097
new_workspace = framework.db.find_workspace(args[3])
10981098
else
10991099
print_status("Usage: ")
1100-
print_status("nessus_db_scan <policy ID> <scan name> <scan description> <workspace>")
1100+
print_status("nessus_db_scan_workspace <policy ID> <scan name> <scan description> <workspace>")
11011101
print_status("Use nessus_policy_list to list all available policies with their corresponding policy IDs")
11021102
return
11031103
end

0 commit comments

Comments
 (0)