File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -528,8 +528,8 @@ def self.banner
528
528
%Q|
529
529
Usage: #{ __FILE__ } [options]
530
530
531
- The following example will download all IE 10 update links:
532
- #{ __FILE__ } -q "Internet Explorer 10 "
531
+ The following example will download all IE update links:
532
+ #{ __FILE__ } -q "Internet Explorer"
533
533
534
534
Searching advisories via Technet:
535
535
When you submit a query, the Technet search engine will first look it up from a product list.
@@ -578,7 +578,7 @@ def self.get_parsed_options
578
578
opt . separator ''
579
579
opt . separator 'Specific options:'
580
580
581
- opt . on ( '-q' , '--query <keyword>' , 'Regex keyword to search ' ) do |v |
581
+ opt . on ( '-q' , '--query <keyword>' , 'Find advisories that include this keyword ' ) do |v |
582
582
options [ :keyword ] = v
583
583
end
584
584
@@ -593,7 +593,7 @@ def self.get_parsed_options
593
593
end
594
594
end
595
595
596
- opt . on ( '-r' , '--regex <string>' , '(Optional) Regex download links' ) do |v |
596
+ opt . on ( '-r' , '--regex <string>' , '(Optional) Specify what type of links you want ' ) do |v |
597
597
options [ :regex ] = v
598
598
end
599
599
You can’t perform that action at this time.
0 commit comments