Changeset 10084
- Timestamp:
- 07/03/08 13:24:42 (5 months ago)
- Files:
-
- doc/branches/1.1/cookbook/en/tasks.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/cookbook/en/tasks.txt
r10075 r10084 116 116 // ... 117 117 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'); 119 119 120 120 // ...