Development

Changeset 10084

You must first sign up to be able to contribute.

Changeset 10084

Show
Ignore:
Timestamp:
07/03/08 13:24:42 (5 months ago)
Author:
hartym
Message:

cookbook: fixed an error that bypassed my vigilance

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/cookbook/en/tasks.txt

    r10075 r10084  
    116116          // ... 
    117117 
    118           $this->addArgument('application', null, sfCommandOption::PARAMETER_OPTIONAL, 'Changes the environment this task is run in', 'prod'); 
     118          $this->addArgument('application', sfCommandArgument::REQUIRED, 'Changes the application context of the task'); 
    119119 
    120120          // ...