We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97cd97 commit c4bba02Copy full SHA for c4bba02
tools/msu_finder.rb
@@ -725,10 +725,10 @@ def run
725
726
case args[:search_engine]
727
when :technet
728
- print_debug("Searching advisories for #{keyword} via Technet")
+ print_debug("Searching advisories that include #{keyword} via Technet")
729
msb_numbers = technet_search(keyword)
730
when :google
731
- print_debug("Searching advisories for #{keyword} via Google")
+ print_debug("Searching advisories that include #{keyword} via Google")
732
msb_numbers = google_search(keyword, api_key, cx)
733
end
734
0 commit comments