Skip to content

Commit

Permalink
Item10729: Typos - Documenting dependencies_installer.pl.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@12602 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
IngoKappler authored and IngoKappler committed Sep 21, 2011
1 parent cb13596 commit 936b8ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/data/System/CommandAndCGIScripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,13 @@ Note that this script is a generic version of the =_installer= script shipped wi
* Use the configure web interface to the Extensions Installer.

---+++ =dependencies_installer.pl=
This script searches for missing Perl modules that should be available according to your Foswiki environment and offers installation via CPANPLUS or a supported package management system. It eases perl module installation, which is part of a Foswiki installation, may be part of an extension installation or may need to follow upgrades. The script can be used to just provide an overview of Foswiki related perl modules in your installation by running it with option =-v=.
This script searches for missing Perl modules that should be available according to your Foswiki environment and offers installation via CPANPLUS or a supported package management system. It eases Perl module installation, which is part of a Foswiki installation, may be part of an extension installation or may need to follow upgrades. The script can be used to just provide an overview of Foswiki related perl modules in your installation by running it with option =-v=.

For more details, execute it using option -h (help) or -m (manual):
<verbatim>
./dependencies_installer.pl -h
./dependencies_installer.pl -h
Usage:
dependencies_installer.pl [-h|?|--help] [-m|--man] [-p|--print]
dependencies_installer.pl [-h|?|--help] [-m|--man] [-p|--print]
[-q|--questions] [-v|--verbose]

[...]
Expand Down

0 comments on commit 936b8ca

Please sign in to comment.