Fix bad POD in the installClass utility script

This commit is contained in:
Colin Kuskie 2010-04-19 08:47:25 -07:00
parent c0361fda0e
commit d26a3dc862

View file

@ -102,7 +102,7 @@ installClass.pl -- Run class install methods
=head1 SYNOPSIS =head1 SYNOPSIS
installAsset.pl [--remove|--check|--upgrade] <class> --configFile=<configFile> installClass.pl [--remove|--check|--upgrade] <class> --configFile=<configFile>
=head1 DESCRIPTION =head1 DESCRIPTION
@ -116,7 +116,7 @@ If your class has not told you to use this script, then it probably won't work!
=item class =item class
The class name of the class to install. Something like WebGUI::Asset::Yourasset The class name of the asset to install. Something like WebGUI::Asset::Yourasset
=back =back