Development

Changeset 1015

You must first sign up to be able to contribute.

Changeset 1015

Show
Ignore:
Timestamp:
03/22/06 17:44:17 (3 years ago)
Author:
fabien
Message:

fixed a notice in symfony command line (closes #337)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/symfony.php

    r500 r1015  
    1919  array('--version', '-V', pakeGetopt::NO_ARGUMENT, ''), 
    2020  array('--pakefile', '-f', pakeGetopt::OPTIONAL_ARGUMENT, ''), 
     21  array('--tasks', '-T', pakeGetopt::OPTIONAL_ARGUMENT, ''), 
    2122); 
    2223$opt = new pakeGetopt($OPTIONS);