Development

Changeset 2360

You must first sign up to be able to contribute.

Changeset 2360

Show
Ignore:
Timestamp:
10/10/06 18:53:47 (2 years ago)
Author:
fabien
Message:

pake: fixed a typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/pake/trunk/lib/pake/pakeApp.class.php

    r1796 r2360  
    3333    array('--help',     '-H', pakeGetopt::NO_ARGUMENT,       "Display this help message."), 
    3434    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."), 
    3636    array('--prereqs',  '-P', pakeGetopt::NO_ARGUMENT,       "Display the tasks and dependencies, then exit."), 
    3737    array('--quiet',    '-q', pakeGetopt::NO_ARGUMENT,       "Do not log messages to standard output."),