Changeset 2360
- Timestamp:
- 10/10/06 18:53:47 (2 years ago)
- Files:
-
- tools/pake/trunk/lib/pake/pakeApp.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/pake/trunk/lib/pake/pakeApp.class.php
r1796 r2360 33 33 array('--help', '-H', pakeGetopt::NO_ARGUMENT, "Display this help message."), 34 34 array('--libdir', '-I', pakeGetopt::REQUIRED_ARGUMENT, "Include LIBDIR in the search path for required modules."), 35 array('--nosearch', '-N', pakeGetopt::NO_ARGUMENT, "Do not search parent directories for the Rakefile."),35 array('--nosearch', '-N', pakeGetopt::NO_ARGUMENT, "Do not search parent directories for the pakefile."), 36 36 array('--prereqs', '-P', pakeGetopt::NO_ARGUMENT, "Display the tasks and dependencies, then exit."), 37 37 array('--quiet', '-q', pakeGetopt::NO_ARGUMENT, "Do not log messages to standard output."),