diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-05 23:43:34 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-05 23:43:34 +0100 |
commit | e8744c5ca21fdb8ae0ae5b5033df662d5f753da7 (patch) | |
tree | db61d81cae9e41ee32549321a5530aa5a87f24d9 /Bugzilla/WebService | |
parent | 6bc7525444f5b1ece991f08b8c0cc5883033fe48 (diff) | |
download | bugzilla-e8744c5ca21fdb8ae0ae5b5033df662d5f753da7.tar.gz bugzilla-e8744c5ca21fdb8ae0ae5b5033df662d5f753da7.tar.xz |
Bug 942599: Documentation about possible_duplicates() lists 'products' as argument instead of 'product'
r=dkl a=justdave
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 9ccd84cc2..eb76b4131 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2037,7 +2037,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 |