Components_Module_Installer::getUsage PHP Method

getUsage() public method

Get the usage description for this module.
public getUsage ( ) : string
return string The description.
    public function getUsage()
    {
        return '  install     - Install a component.
';
    }