Skip to content

Commit e226526

Browse files
committed
Update help
1 parent cffb0f8 commit e226526

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/msu_finder.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ def self.banner
528528
%Q|
529529
Usage: #{__FILE__} [options]
530530
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"
533533
534534
Searching advisories via Technet:
535535
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
578578
opt.separator ''
579579
opt.separator 'Specific options:'
580580

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|
582582
options[:keyword] = v
583583
end
584584

@@ -593,7 +593,7 @@ def self.get_parsed_options
593593
end
594594
end
595595

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|
597597
options[:regex] = v
598598
end
599599

0 commit comments

Comments
 (0)