Generator::printUsage PHP Method

printUsage() public static method

public static printUsage ( $type )
    public static function printUsage($type)
    {
        $type = Inflector::underscore($type);
        echo Filesystem::read('/lib/generators/' . $type . '/USAGE');
    }