Changeset 12602


Ignore:
Timestamp:
09/21/11 12:03:55 (20 months ago)
Author:
IngoKappler
Message:

Item10729: Typos - Documenting dependencies_installer.pl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/System/CommandAndCGIScripts.txt

    r12601 r12602  
    503503 
    504504---+++ =dependencies_installer.pl= 
    505 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=. 
     505This 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=. 
    506506 
    507507For more details, execute it using option -h (help) or -m (manual): 
    508508<verbatim> 
    509 ./dependencies_installer.pl -h                                                                                                                                            
     509./dependencies_installer.pl -h 
    510510Usage:                                                                                                                                                                                                
    511     dependencies_installer.pl [-h|?|--help] [-m|--man] [-p|--print]                                                                                                                                   
     511    dependencies_installer.pl [-h|?|--help] [-m|--man] [-p|--print] 
    512512    [-q|--questions] [-v|--verbose] 
    513513 
Note: See TracChangeset for help on using the changeset viewer.