From 1e4191f152849bca151fb07af48a30d75eb67d62 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 14 Jul 2007 16:03:22 -0700 Subject: [PATCH] update documentation for get_usertag --- Debbugs/SOAP.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Debbugs/SOAP.pm b/Debbugs/SOAP.pm index 4a96b22..ed669a1 100644 --- a/Debbugs/SOAP.pm +++ b/Debbugs/SOAP.pm @@ -52,10 +52,13 @@ our %DEBBUGS_SOAP_COOKIES; =head2 get_usertag my %ut = get_usertag('don@donarmstrong.com','this-bug-sucks','eat-this-bug'); + my %ut = get_usertag('don@donarmstrong.com'); Returns a hashref of bugs which have the specified usertags for the user set. +In the second case, returns all of the usertags for the user passed. + =cut use Debbugs::User qw(read_usertags); -- 2.39.2