Changeset 295

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

Added -inputhandler to phing -h

Files:

Legend:

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

    r289 r295  
    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;