summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/mget.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-07 05:08:23 +0000
committerfukachan <fukachan>2002-04-07 05:08:23 +0000
commit6b776b35261d7eddf0ece5ed379617c30d52612c (patch)
tree54879c7b0c655153d30a52dbb5b0457d92fe2cde /fml/lib/FML/Command/Admin/mget.pm
parent42e1aceb00f0106b8aa7598f56eaee366d157ca5 (diff)
downloadfml8-6b776b35261d7eddf0ece5ed379617c30d52612c.tar.gz
fml8-6b776b35261d7eddf0ece5ed379617c30d52612c.tar.bz2
fml8-6b776b35261d7eddf0ece5ed379617c30d52612c.zip
clean up
Diffstat (limited to 'fml/lib/FML/Command/Admin/mget.pm')
-rw-r--r--fml/lib/FML/Command/Admin/mget.pm10
1 files changed, 4 insertions, 6 deletions
diff --git a/fml/lib/FML/Command/Admin/mget.pm b/fml/lib/FML/Command/Admin/mget.pm
index f97d35f0..b309e984 100644
--- a/fml/lib/FML/Command/Admin/mget.pm
+++ b/fml/lib/FML/Command/Admin/mget.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: mget.pm,v 1.4 2001/12/22 09:53:09 fukachan Exp $
+# $FML: mget.pm,v 1.5 2002/02/18 14:24:12 fukachan Exp $
#
package FML::Command::Admin::mget;
@@ -12,13 +12,11 @@ use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD);
use Carp;
-
-
use FML::Command::Admin::get;
@ISA = qw(FML::Command::Admin::get);
-# Descriptions: get articles, files, et. al.
+# Descriptions: get file(s) in $ml_home_dir
# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: forwarded to get module
# Return Value: none
@@ -31,7 +29,7 @@ sub process
=head1 NAME
-FML::Command::Admin::mget - what is this
+FML::Command::Admin::mget - get file(s) in $ml_home_dir
=head1 SYNOPSIS
@@ -39,7 +37,7 @@ See C<FML::Command> for more details.
=head1 DESCRIPTION
-forwarded to C<FML::Command::Admin::get>.
+an alias of C<FML::Command::Admin::get>.
=head1 AUTHOR