Changeset 5704
- Timestamp:
- 02/11/08 21:18:49 (7 months ago)
- Files:
-
- freepbx/branches/2.4/install_amp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.4/install_amp
r5623 r5704 569 569 // **** Parse out command-line options 570 570 $shortopts = "h?u:p:"; 571 $longopts = array("help","debug","dry-run","username=","password=","force-version=","dbhost=","no-files","dbname=","my-svn-is-correct","engine="," install-moh","make-links-devel","skip-module-install");571 $longopts = array("help","debug","dry-run","username=","password=","force-version=","dbhost=","no-files","dbname=","my-svn-is-correct","engine=","webroot=","install-moh","make-links-devel","skip-module-install"); 572 572 573 573 $args = Console_Getopt::getopt(Console_Getopt::readPHPArgv(), $shortopts, $longopts);
