]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 942599: Documentation about possible_duplicates() lists 'products' as argument...
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 5 Dec 2013 22:42:14 +0000 (23:42 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 5 Dec 2013 22:42:14 +0000 (23:42 +0100)
r=dkl a=sgreen

Bugzilla/WebService/Bug.pm

index 5552b3cfc1bdaea2a5b84f599c903d546981860a..670d234ceeb6d9536207866579fcfae81e9ca6ef 100644 (file)
@@ -2230,7 +2230,7 @@ narrowed down to specific products.
 =item C<summary> (string) B<Required> - A string of keywords defining
 the type of bug you are trying to report.
 
-=item C<products> (array) - One or more product names to narrow the
+=item C<product> (array) - One or more product names to narrow the
 duplicate search to. If omitted, all bugs are searched.
 
 =back