Skip to content

Commit 2fc2213

Browse files
committed
Link the new constant as default in documentation
1 parent 44dd45e commit 2fc2213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/db_manager/exploit_attempt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def report_exploit_success(opts)
9797
# @option opts [Mdm::Host] :host
9898
# @option opts [Mdm::Service] :service
9999
# @option opts [Integer] :port (nil)
100-
# @option opts ["tcp","udp"] :proto (nil)
100+
# @option opts ["tcp","udp"] :proto (Msf::DBManager::DEFAULT_SERVICE_PROTO) See `Mdm::Service::PROTOS`
101101
# @option opts [Mdm::Vuln] :vuln (nil)
102102
# @option opts [Time] :timestamp (nil)
103103
# @option opts [Mdm::Vuln] :timestamp (nil)

0 commit comments

Comments
 (0)