Fix bad POD in the installClass utility script
This commit is contained in:
parent
c0361fda0e
commit
d26a3dc862
1 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ installClass.pl -- Run class install methods
|
|||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
installAsset.pl [--remove|--check|--upgrade] <class> --configFile=<configFile>
|
||||
installClass.pl [--remove|--check|--upgrade] <class> --configFile=<configFile>
|
||||
|
||||
=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
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue