summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-12-31 03:55:12 +0000
committerfukachan <fukachan>2003-12-31 03:55:12 +0000
commitec6eeba856215cc2a0ac334c3b89cb25b8554fb8 (patch)
tree10693926e19927f215a3489624e01fd082266b60 /fml/lib/FML/Command/User
parente365d910c8a926e0115cf09a17b8d568f816c4a0 (diff)
downloadfml8-ec6eeba856215cc2a0ac334c3b89cb25b8554fb8.tar.gz
fml8-ec6eeba856215cc2a0ac334c3b89cb25b8554fb8.tar.bz2
fml8-ec6eeba856215cc2a0ac334c3b89cb25b8554fb8.zip
update comments
Diffstat (limited to 'fml/lib/FML/Command/User')
-rw-r--r--fml/lib/FML/Command/User/bye.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/bye.pm b/fml/lib/FML/Command/User/bye.pm
index 5c24186d..b571ccc6 100644
--- a/fml/lib/FML/Command/User/bye.pm
+++ b/fml/lib/FML/Command/User/bye.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: bye.pm,v 1.10 2002/09/22 14:56:47 fukachan Exp $
+# $FML: bye.pm,v 1.11 2002/12/15 13:46:30 fukachan Exp $
#
package FML::Command::User::bye;
@@ -38,7 +38,8 @@ See C<FML::Command> for more details.
=head1 DESCRIPTION
-alias of C<FML::Command::User::unsubscribe>.
+Alias of C<FML::Command::User::unsubscribe>.
+The unsubscribe request is forwarded to C<FML::Command::User::unsubscribe>.
=head1 CODING STYLE