Changeset 296

Show
Ignore:
Timestamp:
11/04/07 16:56:44 (8 months ago)
Author:
hans
Message:

Merging fix [295] from 2.3 branch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/phing/Phing.php

    r290 r296  
    752752                $msg .= "  -find <file>           search for buildfile towards the root of the" . PHP_EOL; 
    753753                $msg .= "                         filesystem and use it" . PHP_EOL; 
     754                $msg .= "  -inputhandler <file>   the class to use to handle user input" . PHP_EOL; 
    754755                //$msg .= "  -recursive <file>      search for buildfile downwards and use it" . PHP_EOL; 
    755756                $msg .= PHP_EOL;